From: rrt Date: Thu, 17 Aug 2000 16:02:42 +0000 (+0000) Subject: [project @ 2000-08-17 16:02:42 by rrt] X-Git-Tag: Approximately_9120_patches~3872 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=93eeaef69d40b242c2b127efc0e8329247b69e38;p=ghc-hetmet.git [project @ 2000-08-17 16:02:42 by rrt] Added a note about RTS hooks not working under Windows with DLLs. --- diff --git a/ghc/docs/users_guide/runtime_control.sgml b/ghc/docs/users_guide/runtime_control.sgml index 50add02..a3809d5 100644 --- a/ghc/docs/users_guide/runtime_control.sgml +++ b/ghc/docs/users_guide/runtime_control.sgml @@ -409,6 +409,10 @@ command line, you can override the defaults. +Owing to the vagaries of DLL linking, these hooks don't work under Windows. + + + The function defaultsHookdefaultHook lets you change various RTS options. The commonest use for this is to give your program a default heap and/or stack size that is greater than the default. For