From af1b1d936747762b8faeb9f852cb9f58cdd58bea Mon Sep 17 00:00:00 2001 From: simonm Date: Tue, 26 May 1998 15:57:04 +0000 Subject: [PATCH] [project @ 1998-05-26 15:57:04 by simonm] add notes about NOINLINE. --- ghc/docs/users_guide/3-02-notes.vsgml | 5 +++++ 1 file changed, 5 insertions(+) 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. + -- 1.7.10.4