From: rrt Date: Mon, 22 May 2000 13:43:53 +0000 (+0000) Subject: [project @ 2000-05-22 13:43:53 by rrt] X-Git-Tag: Approximately_9120_patches~4412 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3e8937b9b8cda4e035afb3a29819ec49eed60ea8;p=ghc-hetmet.git [project @ 2000-05-22 13:43:53 by rrt] Improved NCG note. Pls mrg --- diff --git a/ghc/docs/users_guide/4-07-notes.sgml b/ghc/docs/users_guide/4-07-notes.sgml index 43e7ba9..de32ef1 100644 --- a/ghc/docs/users_guide/4-07-notes.sgml +++ b/ghc/docs/users_guide/4-07-notes.sgml @@ -18,8 +18,10 @@ compiled program (about 2-4% slower, worse for floating-point intensive programs). - Add the flag to GHC's command - line to enable it. + The NCG is used by default for non-optimising compiles. + You can use it with by adding the + flag to GHC's command + line, after . @@ -178,7 +180,7 @@ - Constant folding now done by Rules. + Constant folding is now done by Rules.