From: simonpj@microsoft.com Date: Mon, 7 May 2007 16:00:32 +0000 (+0000) Subject: Document -fspec-threshold X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=043fc77bbc259cfa83e31fc456cdf6a098c2f757;p=ghc-hetmet.git Document -fspec-threshold This size-threshold flag is for both liberate-case and SpecConstr. Replaces -flibereate-case-threshold. --- diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index b2c398d..48cf03a 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1050,10 +1050,11 @@ - - Tweak the liberate-case optimisation (default: 10) + =n + Set the size threshold for function specialisation to n, for both + the liberate-case and SpecConstr transformations (default: 200) static - +