From f43737f9a11d969136acf28fdfe90153d5eff822 Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 29 May 1998 10:17:18 +0000 Subject: [PATCH] [project @ 1998-05-29 10:17:18 by simonm] add note about NOINLINE pragma --- ghc/ANNOUNCE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 1.7.10.4