X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fphases.xml;h=3ac9ef27e27a6d6a0fd74e44c1e7717013fa105d;hb=23c11847ac06735217d778e4e78d527ca0d55649;hp=2f74a6bbaa47cb16a40ab4f92a7893e2b37e12bf;hpb=8971f720a67113308e346598814221228b12a4fc;p=ghc-hetmet.git diff --git a/docs/users_guide/phases.xml b/docs/users_guide/phases.xml index 2f74a6b..3ac9ef2 100644 --- a/docs/users_guide/phases.xml +++ b/docs/users_guide/phases.xml @@ -597,6 +597,32 @@ $ cat foo.hspp + + + + + Generate object code. This is the default outside of + GHCi, and can be used with GHCi to cause object code to be + generated in preference to bytecode. + + + + + + + + + + Generate byte-code instead of object-code. This is + the default in GHCi. Byte-code can currently only be used + in the interactive interpreter, not saved to disk. This + option is only useful for reversing the effect of + . + + + + + @@ -896,7 +922,7 @@ $ cat foo.hspp Parallelismparallelism on a multiprocessormultiprocessorSMP or multicoremulticore - machine. See . + machine. See . The ability to make a foreign call that does not block all other Haskell threads.