From: simonm Date: Fri, 29 May 1998 10:17:18 +0000 (+0000) Subject: [project @ 1998-05-29 10:17:18 by simonm] X-Git-Tag: Approx_2487_patches~648 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f43737f9a11d969136acf28fdfe90153d5eff822;p=ghc-hetmet.git [project @ 1998-05-29 10:17:18 by simonm] add note about NOINLINE pragma --- diff --git a/ghc/ANNOUNCE b/ghc/ANNOUNCE index 04e4fa5..38ae768 100644 --- a/ghc/ANNOUNCE +++ b/ghc/ANNOUNCE @@ -17,8 +17,9 @@ related information is available from the Haskell home page at GHC 3.02 is a source-only release. Major news items: * A new specialiser, - * Many bugs fixed, including several performance-related ones, * A new unsafeCoerce# primitive. + * A NOINLINE pragma. + * Many bugs fixed, including several performance-related ones, GHC 3.02 produces the fastest code since 0.29, but there's still plenty of tuning to do.