0.7.13.30:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 17 Mar 2003 17:44:36 +0000 (17:44 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 17 Mar 2003 17:44:36 +0000 (17:44 +0000)
commit8fb02633217a721b85487531709779f338d02438
treee24f17702bf82c56b4eceec415920c1a5e5fadd3
parente8b1d24b3ec0d3549a41a371b3f16b7415020e1f
0.7.13.30:
Install faster EQUAL on simple-bit-vectors
... word-at-a-time, not bit-at-a-time
Frobs for correctness
... much like one that was solved for 0.7.3.5, we must be
careful about identifying the last word of the bit vector,
particularly for bit-vectors whose length is divisible by
         32^Wn-word-bits.  Less critical in this case, but we could
still be reading into random space, even if not writing.
Frobs for yet more speed
... allow CMUCL to optimize ASH, as long as none of the values
are in the danger zone.  Also reported the bug to CMUCL
people, and it is now fixed, so when all traces of 18d
are removed from this earth, the conditional in
ASH-DERIVE-TYPE-AUX can go too.
NEWS
package-data-list.lisp-expr
src/code/pred.lisp
src/code/sxhash.lisp
src/compiler/fndb.lisp
src/compiler/generic/vm-tran.lisp
src/compiler/srctran.lisp
version.lisp-expr