diff --git a/ghc/docs/users_guide/3-02-notes.vsgml b/ghc/docs/users_guide/3-02-notes.vsgml index 990bb3adb0a9db44f78bff8570ed07cc145c6a62..9eedd2db20afef4d4ce5c9a103c48011dd7b9865 100644 --- a/ghc/docs/users_guide/3-02-notes.vsgml +++ b/ghc/docs/users_guide/3-02-notes.vsgml @@ -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>