Two small errors in my previous message... Firstly, it's not C, it's Core. Gah! I obviously _really_ didn't make it to the end of that section awake. Secondly, and more to the point... > Do you mean > > {-# OPTIONS -H12m #-} > > > Or do you want to bake the options into GHC itself? Neither. I mean, how do I (or indeed, can I?) get the effect of: a.out +RTS -H12m by a.out and presumably some hypothetical incantation that looks something like... ghc Main.hs -RTS-Incantation -H12m Slan, Alex.
- RE: RTS flags, at compile time? Simon Peyton-Jones
- RE: RTS flags, at compile time? Alex Ferguson
- RE: RTS flags, at compile time? Alex Ferguson
- RE: RTS flags, at compile time? Simon Marlow
- RE: RTS flags, at compile time? Alex Ferguson
- RE: RTS flags, at compile time? Simon Marlow
- RE: RTS flags, at compile time? Alex Ferguson