0.8.0.28:
commitf737ba9ef111af26ff36ca5c090fe58c33834a1d
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 3 Jun 2003 14:57:59 +0000 (3 14:57 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 3 Jun 2003 14:57:59 +0000 (3 14:57 +0000)
tree1831053e23dde7449118e5789b4be5d059550e34
parent010220a2273d434b4fa60546a8d10bdc25daf9e8
0.8.0.28:
Efficient version of WITH-RECURSIVE-LOCK
... since the frame-pointer is lispobj aligned, we can safely
pun it into a fixnum without fearing that we'll point
into space.  All those SAP-INTs and MAKE-LISP-OBJs then
compile into null moves, and no more efficiency notes.
src/code/thread.lisp
version.lisp-expr