[git] CMU Common Lisp branch master updated. snapshot-2013-07-5-g19aa444
Raymond Toy
rtoy at common-lisp.net
Sat Aug 3 04:04:29 UTC 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".
The branch, master has been updated
via 19aa444cd539ad21397f01aab5a71feb049173bf (commit)
from 0d3125cf5eda435f8dca8f490a01e508e66c69cb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 19aa444cd539ad21397f01aab5a71feb049173bf
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Fri Aug 2 20:59:17 2013 -0700
Update from logs.
diff --git a/src/general-info/release-20e.txt b/src/general-info/release-20e.txt
index c430d47..6c4fd1a 100644
--- a/src/general-info/release-20e.txt
+++ b/src/general-info/release-20e.txt
@@ -67,6 +67,11 @@ New in this release:
* String reverse is much faster (upto 20 times).
* REVERSE and NREVERSE on strings will reverse surrogate pairs.
(Previously, surrogate pairs weren't reversed.)
+ * Correct some mistakes in optimizing code where variables are
+ declared as FLOAT. Some optimizations were missed because FLOAT
+ is represented internally as a UNION type, confusing the type
+ derivation code.
+ * Clean up and optimize x86 move VOPS and length/list VOP.
* Trac Tickets:
-----------------------------------------------------------------------
Summary of changes:
src/general-info/release-20e.txt | 5 +++++
1 file changed, 5 insertions(+)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list