From: simonm Date: Tue, 26 May 1998 15:57:04 +0000 (+0000) Subject: [project @ 1998-05-26 15:57:04 by simonm] X-Git-Tag: Approx_2487_patches~656 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=af1b1d936747762b8faeb9f852cb9f58cdd58bea;p=ghc-hetmet.git [project @ 1998-05-26 15:57:04 by simonm] add notes about NOINLINE. --- diff --git a/ghc/docs/users_guide/3-02-notes.vsgml b/ghc/docs/users_guide/3-02-notes.vsgml index 990bb3a..9eedd2d 100644 --- a/ghc/docs/users_guide/3-02-notes.vsgml +++ b/ghc/docs/users_guide/3-02-notes.vsgml @@ -35,4 +35,9 @@ fixed. Bump some of the constants that affect unfolding agression: performance is now better than 2.10, and binary sizes are smaller. + Add NOINLINE pragma, and use it for unsafePerformIO and +friends. Remove PrelUnsafe and PrelUnsafeST, move the contents into +PrelIOBase and PrelST respectively. Add NOINLINE pragma to +LazyST.runST. +