From 3e8937b9b8cda4e035afb3a29819ec49eed60ea8 Mon Sep 17 00:00:00 2001 From: rrt <unknown> Date: Mon, 22 May 2000 13:43:53 +0000 Subject: [PATCH] [project @ 2000-05-22 13:43:53 by rrt] Improved NCG note. Pls mrg --- ghc/docs/users_guide/4-07-notes.sgml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ghc/docs/users_guide/4-07-notes.sgml b/ghc/docs/users_guide/4-07-notes.sgml index 43e7ba97e384..de32ef1d8c10 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).</para> - <para>Add the <option>-fasm-x86</option> flag to GHC's command - line to enable it.</para> + <para>The NCG is used by default for non-optimising compiles. + You can use it with <option>-O</option> by adding the + <option>-fasm-x86</option> flag to GHC's command + line, <emphasis>after</emphasis> <option>-O</option>.</para> </listitem> <listitem> @@ -178,7 +180,7 @@ </listitem> <listitem> - <para>Constant folding now done by Rules.</para> + <para>Constant folding is now done by Rules.</para> </listitem> <listitem> -- GitLab