|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.5143,1.5144
From: Alastair Bridgewater <lisphacker@us...> - 2010-11-27 03:01
|
Update of /cvsroot/sbcl/sbcl In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27314 Modified Files: version.lisp-expr Log Message: 1.0.44.33: ir2tran: Correctly set up d-x closure values for tail-local-calls. * Tail-local-call re-uses the current frame. It therefore needs to use the old-fp value from the current frame in EMIT-PSETQ-MOVES. * "implicit" value cells need to use the /current/ frame pointer in EMIT-PSETQ-MOVES to correctly initialize the closure. * Therefore: Add a new &optional argument to EMIT-PSETQ-MOVES for the frame-pointer to be used in closure initialization. * This fixes the obvious part of lp#681092, but unless there is a guarantee that the stack slots used for the "implicit" value cells remain unused in the tail-called function then all this does is drive the bug to become more subtle. Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.5143 retrieving revision 1.5144 diff -u -d -r1.5143 -r1.5144 --- version.lisp-expr 19 Nov 2010 10:57:30 -0000 1.5143 +++ version.lisp-expr 27 Nov 2010 03:01:34 -0000 1.5144 @@ -20,4 +20,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.44.32" +"1.0.44.33" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.5143,1.5144 | Alastair Bridgewater <lisphacker@us...> |