[Xmonad] Patch to X11, tune up the optimisation a bit
Donald Bruce Stewart
dons at cse.unsw.edu.au
Sun Jun 10 00:36:49 EDT 2007
Spencer, you want to apply this to X11 ?
-- Don
-------------- next part --------------
New patches:
[-funbox-strict-fields -O2
Don Stewart <dons at cse.unsw.edu.au>**20070610042816] {
hunk ./X11.cabal 46
+ghc-options: -funbox-strict-fields -O2
}
[strict fields on Rectangle type
Don Stewart <dons at cse.unsw.edu.au>**20070610042922] {
hunk ./Graphics/X11/Xlib/Types.hsc 168
- rect_x :: Position,
- rect_y :: Position,
- rect_width :: Dimension,
- rect_height :: Dimension
+ rect_x :: !Position,
+ rect_y :: !Position,
+ rect_width :: !Dimension,
+ rect_height :: !Dimension
}
Context:
[TAG Version 1.2.2
Spencer Janssen <sjanssen at cse.unl.edu>**20070530170028]
Patch bundle hash:
4505e200850abc453c759714f49cf09be2bf7cb3
More information about the Xmonad
mailing list