From 579448b20a8ce6366d8e83cda6b09f47566c059d Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 15 May 1998 15:37:25 +0000 Subject: [PATCH] [project @ 1998-05-15 15:37:25 by simonm] add some stuff. --- ghc/docs/users_guide/3-02-notes.vsgml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ghc/docs/users_guide/3-02-notes.vsgml b/ghc/docs/users_guide/3-02-notes.vsgml index 0f75d39..2ef5e6b 100644 --- a/ghc/docs/users_guide/3-02-notes.vsgml +++ b/ghc/docs/users_guide/3-02-notes.vsgml @@ -20,4 +20,15 @@ directly, Working specialiser (ToDo: more here) + + Added Fixed compilation of real floating-point literals: they were +previously generated as applications of The object splitter had a bug in it that increased binary sizes +significantly on i386-unknown-linux and sparc-sun-solaris2. Now fixed. + -- 1.7.10.4