0.9.14.13:
authorNathan Froyd <froydnj@cs.rice.edu>
Sat, 15 Jul 2006 04:26:24 +0000 (04:26 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Sat, 15 Jul 2006 04:26:24 +0000 (04:26 +0000)
commit25a64b8df600187eea7100bdb89375ff531d7e83
tree5613b2a93617190c20199fae94320b4549bbf261
parenta7e7d0b213aa1133cc419421d611e7e2ad36808c
0.9.14.13:
Micro-optimize bit-vector accesses on x86 and x86-64:
... processor does the necessary masking for us, so we can
  eliminate an AND instruction;
... in the process, remove dodgy interior pointer usage lurking
  inside the small data-vector-ref VOPs.
src/compiler/x86-64/array.lisp
src/compiler/x86/array.lisp
version.lisp-expr