diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2011-12-10 Kaz Kylheku <kaz@kylheku.com> + * lib.c (mulv): Recognize cases to eliminate a wasteful mul call + with an initial element of 1. + +2011-12-10 Kaz Kylheku <kaz@kylheku.com> + * lib.c (plusv): Recognize cases to eliminate a wasteful plus call with an initial element of zero. |