[project @ 1998-05-26 15:57:04 by simonm]
authorsimonm <unknown>
Tue, 26 May 1998 15:57:04 +0000 (15:57 +0000)
committersimonm <unknown>
Tue, 26 May 1998 15:57:04 +0000 (15:57 +0000)
add notes about NOINLINE.

ghc/docs/users_guide/3-02-notes.vsgml

index 990bb3a..9eedd2d 100644 (file)
@@ -35,4 +35,9 @@ fixed.
 <item> Bump some of the constants that affect unfolding agression:
 performance is now better than 2.10, and binary sizes are smaller.
 
+<item> 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.
+
 </itemize>