From 7010f47b4bdfe68b550c2bf7187f1407eef76752 Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 2 Apr 2004 13:38:44 +0000 Subject: [PATCH 1/1] [project @ 2004-04-02 13:38:44 by simonpj] Document -fno-state-hack --- ghc/docs/users_guide/flags.sgml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ghc/docs/users_guide/flags.sgml b/ghc/docs/users_guide/flags.sgml index db507f3..6079f5d 100644 --- a/ghc/docs/users_guide/flags.sgml +++ b/ghc/docs/users_guide/flags.sgml @@ -797,6 +797,14 @@ + + Turn off the "state hack" whereby any lambda with a real-world state token + as argument is considered to be single-entry. Hence OK to inline things inside it. + static + - + + + Turn off CPR analysis static -- 1.7.10.4