[Haskell-cafe] Stack, Heap and GHC
Brandon S. Allbery KF8NH
allbery at ece.cmu.edu
Thu Dec 14 18:09:22 EST 2006
On Dec 14, 2006, at 10:00 , Felix Breuer wrote:
> 3) I tried using +RTS -K<size> as suggested, but these options do not
> seem to be passed through if I use --make. How can I use both, these
> compilation flags and --make?
They aren't compile options; they're runtime options. The GHC
runtime intercepts +RTS options and processes them before passing the
remaining arguments (if any) to your program.
--
brandon s. allbery [linux,solaris,freebsd,perl] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university KF8NH
More information about the Haskell-Cafe
mailing list