[armedbear-cvs] r12068 - trunk/abcl
Ville Voutilainen
vvoutilainen at common-lisp.net
Mon Jul 27 20:11:56 UTC 2009
Author: vvoutilainen
Date: Mon Jul 27 16:11:38 2009
New Revision: 12068
Log:
Record the latest changes to clos and StackFrame.
Modified:
trunk/abcl/CHANGES
Modified: trunk/abcl/CHANGES
==============================================================================
--- trunk/abcl/CHANGES (original)
+++ trunk/abcl/CHANGES Mon Jul 27 16:11:38 2009
@@ -2,9 +2,13 @@
(unreleased)
Summary of changes:
+ * Better initarg checking for make-instance and change-class. Fixes ansi-test
+ errors CHANGE-CLASS.1.11, MAKE-INSTANCE.ERROR.3 and MAKE-INSTANCE.ERROR.4.
+ * Improve performance of StackFrames (Erik Huelsmann, Ville Voutilainen,
+ with input from Peter Graves and Douglas Miles)
* Improve performance of CLOS eql-specializers via cache (Anton Vodonosov).
* 'build-from-lisp.sh' shell script (Tobias Rittweiler).
- * New threading primitives aligned with Java/JVM constructs (Erik Huselman)
+ * New threading primitives aligned with Java/JVM constructs (Erik Huelsmann)
SYNCHRONIZED-ON
OBJECT-NOTIFY
More information about the armedbear-cvs
mailing list