From: simonm Date: Tue, 19 May 1998 11:08:38 +0000 (+0000) Subject: [project @ 1998-05-19 11:08:38 by simonm] X-Git-Tag: Approx_2487_patches~680 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=afb273f7e7ab6adeef89f8fe48eac9c5ce03e023;p=ghc-hetmet.git [project @ 1998-05-19 11:08:38 by simonm] Add note about unfolding policy. --- diff --git a/ghc/docs/users_guide/3-02-notes.vsgml b/ghc/docs/users_guide/3-02-notes.vsgml index 2ef5e6b..990bb3a 100644 --- a/ghc/docs/users_guide/3-02-notes.vsgml +++ b/ghc/docs/users_guide/3-02-notes.vsgml @@ -20,7 +20,7 @@ directly, Working specialiser (ToDo: more here) + Added a working specialiser. Added 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. + + Bump some of the constants that affect unfolding agression: +performance is now better than 2.10, and binary sizes are smaller.