- 19 Jun, 2008 12 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
Previously +RTS -Sstderr -RTS was required to send output to stderr, but this is the most common usage and I got tired of typing "stderr". The old default behaviour of sending output to <prog>.stat is now gone (I don't think we use it anywhere). Temporarily we allowed +RTS -S- -RTS to mean stderr; there were objections to this, so it is now also gone.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 18 Jun, 2008 1 commit
-
-
Ian Lynagh authored
-
- 19 Jun, 2008 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
gcc 4.3 emits warnings for static inline functions that its heuristics decided not to inline. The workaround is to either mark appropriate functions as "hot" (a new attribute in gcc 4.3), or sometimes to use "extern inline" instead. With this fix I can validate with gcc 4.3 on Fedora 9.
-
- 18 Jun, 2008 3 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
Ian Lynagh authored
It's getting a bit crufty - could probably do with a rewrite.
-
- 17 Jun, 2008 1 commit
-
-
Ian Lynagh authored
libraries/Makefile.local now lists those for which we need to pass -w (currently this is every library).
-
- 16 Jun, 2008 2 commits
-
-
Ian Lynagh authored
-
simonpj@microsoft.com authored
This is a fairly substantial rewrite of the Static Argument Transformatoin, done by Max Bolingbroke and reviewed and modified by Simon PJ. * Fix a subtle scoping problem; see Note [Binder type capture] * Redo the analysis to use environments * Run gentle simlification just before the transformation
-
- 18 Jun, 2008 1 commit
-
-
Simon Marlow authored
-
- 17 Jun, 2008 1 commit
-
-
Simon Marlow authored
That's 1 line of new code and 38 lines of new comments
-
- 18 Jun, 2008 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 17 Jun, 2008 5 commits
-
-
Simon Marlow authored
This may help do a little less recompilation with make (GHC's --make is unaffected).
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
- 16 Jun, 2008 1 commit
-
-
Simon Marlow authored
-
- 09 Jun, 2008 3 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
Sometimes better than the default copying, enabled by +RTS -w
-
Simon Marlow authored
-
- 08 Jun, 2008 1 commit
-
-
Simon Marlow authored
-
- 03 Jun, 2008 5 commits
-
-
Simon Marlow authored
Similarly for Scav.c/Scav.c-inc.
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-