From 32593f2cb2bd9c344b83edec738f81eee3128d34 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 25 Jul 2010 04:37:08 +0000 Subject: * interp/g-opt.boot (optIadd): More simplification if either operand is zero. (optIsub): Likewise. (optImul): More simplifications if either operand is one. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 7c5e2ac4..17b9cf46 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2010-07-24 Gabriel Dos Reis + + * interp/g-opt.boot (optIadd): More simplification if either + operand is zero. + (optIsub): Likewise. + (optImul): More simplifications if either operand is one. + 2010-07-24 Gabriel Dos Reis * interp/c-util.boot (usedSymbol?): Move to g-util.boot. -- cgit v1.2.3