From aabd62968d3137fb65237524ebfca3d6f27e90b0 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 23 Feb 2013 08:40:00 -0800 Subject: [PATCH] Update from commit logs. --- src/general-info/release-20e.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/general-info/release-20e.txt b/src/general-info/release-20e.txt index aa6e6eeb3..02953daab 100644 --- a/src/general-info/release-20e.txt +++ b/src/general-info/release-20e.txt @@ -33,11 +33,14 @@ New in this release: However, there are no plans on supplying sparc binaries with this GC. * For x86, optimize TRUNCATE when the second arg is a compile-time - constant. (Sparc and ppc already had this optimization) + constant and use a multiplication instead of a division. (Sparc + and ppc already had this optimization) * The following *FEATURES* have been removed: * :COMMON (not used) * :CONSERVATIVE-FLOAT-TYPE (Always default to this in type derivation.) + * :I486 and :PENTIUM (Always assume we're running on at least a + Pentium.) * ANSI compliance fixes: -- GitLab