0.8.12.35:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 15 Jul 2004 09:38:12 +0000 (09:38 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 15 Jul 2004 09:38:12 +0000 (09:38 +0000)
commit59ac7389b0bead82dfe2c94a5edab79dc9569c61
tree991971f7f83e3256252d4a75ed7c748575e8f63d
parent8375acd89ba695e2fc838fffd5211a5ddf9c3b0d
0.8.12.35:
Possibly pointless micro-optimization for SXHASH
... type tests for CONS are more expensive than type tests for
LIST.  Distinguish between CONS and LIST manually, then,
so that we can return the right answer more quickly for
NIL.
... exposes a bug in the cross-compiler: SXHASH is most
definitely not constant-foldable there.
... be even more paranoid about SXHASH/PSXHASH testing
OPTIMIZATIONS
src/code/sxhash.lisp
src/code/target-sxhash.lisp
src/compiler/fndb.lisp
tests/hash.impure.lisp
version.lisp-expr