From afb273f7e7ab6adeef89f8fe48eac9c5ce03e023 Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Tue, 19 May 1998 11:08:38 +0000 Subject: [PATCH] [project @ 1998-05-19 11:08:38 by simonm] Add note about unfolding policy. --- ghc/docs/users_guide/3-02-notes.vsgml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ghc/docs/users_guide/3-02-notes.vsgml b/ghc/docs/users_guide/3-02-notes.vsgml index 2ef5e6b694bb..990bb3adb0a9 100644 --- a/ghc/docs/users_guide/3-02-notes.vsgml +++ b/ghc/docs/users_guide/3-02-notes.vsgml @@ -20,7 +20,7 @@ directly, <tt/CPP/ will now by default not be run over the input files. To have CPP wash your input files, use the command-line option <tt/-cpp/. -<item> Working specialiser (ToDo: more here) +<item> Added a working specialiser. <item> Added <tt/unsafeCoerce#/. @@ -29,6 +29,10 @@ previously generated as applications of <tt/fromRational/, even when not overloaded. <item> The object splitter had a bug in it that increased binary sizes -significantly on i386-unknown-linux and sparc-sun-solaris2. Now fixed. +significantly on i386-unknown-linux and sparc-sun-solaris2. Now +fixed. + +<item> Bump some of the constants that affect unfolding agression: +performance is now better than 2.10, and binary sizes are smaller. </itemize> -- GitLab