|
[Sbcl-commits] CVS: sbcl NEWS, 1.1665, 1.1666 version.lisp-expr,
1.4723, 1.4724
From: Nathan Froyd <nfroyd@us...> - 2010-01-27 01:57
|
Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19119
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.34.13: add DERIVE-TYPE optimizer for %UNARY-ROUND
This change enables %UNARY-ROUND to be inlined on several platforms.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1665
retrieving revision 1.1666
diff -u -d -r1.1665 -r1.1666
--- NEWS 27 Jan 2010 00:45:11 -0000 1.1665
+++ NEWS 27 Jan 2010 01:57:12 -0000 1.1666
@@ -1,5 +1,7 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
changes relative to sbcl-1.0.34:
+ * optimization: ROUND with a single single-float or double-float argument
+ is properly inlined when possible.
* optimization: Slightly better code is generated for integer<->float
conversions and for single-float<->double-float conversions on x86-64.
* optimization: SB-ROTATE-BYTE:ROTATE-BYTE now generates more efficient
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4723
retrieving revision 1.4724
diff -u -d -r1.4723 -r1.4724
--- version.lisp-expr 27 Jan 2010 00:45:11 -0000 1.4723
+++ version.lisp-expr 27 Jan 2010 01:57:12 -0000 1.4724
@@ -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".)
-"1.0.34.12"
+"1.0.34.13"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1665, 1.1666 version.lisp-expr, 1.4723, 1.4724 | Nathan Froyd <nfroyd@us...> |