From: qrczak Date: Tue, 10 Apr 2001 15:54:31 +0000 (+0000) Subject: [project @ 2001-04-10 15:54:31 by qrczak] X-Git-Tag: Approximately_9120_patches~2173 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=50a79070cd2d1e7ae83e5571d9d8dfa327e00258;p=ghc-hetmet.git [project @ 2001-04-10 15:54:31 by qrczak] Typo. --- diff --git a/ghc/docs/users_guide/sooner.sgml b/ghc/docs/users_guide/sooner.sgml index d739f9f..07a4e4b 100644 --- a/ghc/docs/users_guide/sooner.sgml +++ b/ghc/docs/users_guide/sooner.sgml @@ -520,7 +520,7 @@ Decrease the “go-for-it” threshold for unfolding smallish expressions. Give a -funfolding-use-threshold0 option option for the extreme case. (“Only unfoldings with -zero cost should proceed.”) Warning: except in certain specialiised +zero cost should proceed.”) Warning: except in certain specialised cases (like Happy parsers) this is likely to actually increase the size of your program, because unfolding generally enables extra simplifying optimisations to be performed.