[slime-cvs] CVS slime

CVS User nsiivola nsiivola at common-lisp.net
Fri May 4 11:16:40 UTC 2012


Update of /project/slime/cvsroot/slime
In directory tiger.common-lisp.net:/tmp/cvs-serv8180

Modified Files:
	ChangeLog swank-sbcl.lisp 
Log Message:
sbcl: remove MERGE-TAIL-CALLS proclamation

--- /project/slime/cvsroot/slime/ChangeLog	2012/05/03 15:49:17	1.2327
+++ /project/slime/cvsroot/slime/ChangeLog	2012/05/04 11:16:40	1.2328
@@ -1,3 +1,8 @@
+2012-05-04  Nikodemus Siivola  <nikodemus at random-state.net>
+
+	* swank-sbcl.lisp: Remove the SB-C::MERGE-TAIL-CALLS proclamation.
+	It does nothing, and never did, actually.
+
 2012-05-03  Stas Boukarev  <stassats at gmail.com>
 
 	* slime.el (slime-goto-source-location): Allow for
--- /project/slime/cvsroot/slime/swank-sbcl.lisp	2012/05/03 15:59:06	1.314
+++ /project/slime/cvsroot/slime/swank-sbcl.lisp	2012/05/04 11:16:40	1.315
@@ -22,8 +22,7 @@
 
 (declaim (optimize (debug 2) 
                    (sb-c::insert-step-conditions 0)
-                   (sb-c::insert-debug-catch 0)
-                   (sb-c::merge-tail-calls 2)))
+                   (sb-c::insert-debug-catch 0)))
 
 ;;; backwards compability tests
 





More information about the slime-cvs mailing list