|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.2217,1.2218
From: Nathan Froyd <nfroyd@us...> - 2005-06-30 20:56
|
Update of /cvsroot/sbcl/sbcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16831 Modified Files: version.lisp-expr Log Message: 0.9.2.7: Enable slightly more efficient operations with 32-bit constants on PPC. This reduces our instruction count in the inner loop of SB-MD5 by nearly 10% and brings us closer to the code that GCC generates. Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.2217 retrieving revision 1.2218 diff -u -d -r1.2217 -r1.2218 --- version.lisp-expr 30 Jun 2005 20:15:59 -0000 1.2217 +++ version.lisp-expr 30 Jun 2005 20:56:33 -0000 1.2218 @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.9.2.6" +"0.9.2.7" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.2217,1.2218 | Nathan Froyd <nfroyd@us...> |