From afb273f7e7ab6adeef89f8fe48eac9c5ce03e023 Mon Sep 17 00:00:00 2001 From: simonm 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 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. -- 1.7.10.4