summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1751e296..64f54f1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.