0.8.1.14:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 2 Jul 2003 08:36:56 +0000 (08:36 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 2 Jul 2003 08:36:56 +0000 (08:36 +0000)
commit58084279740fc96c6ffcd14e86dca73b71b7c288
tree556c1000c2a1aec16c39c6cb4919d67954dcda7e
parentecd87c1ac0983a9ccf823c0344c5736c41e10e57
0.8.1.14:
Fix OPTIMIZATIONS #1b on x86, at Gilbert Baumann's request (on
#lisp IRC 2003-07-01)
... new VOPs for base-char comparisons with constant second
argument;
... new transforms for CHAR< and CHAR> to ensure that any constant
argument is second;
... don't fall into the trap of assuming that the world is ASCII;
instead, define SB!XC:CODE-CHAR and SB!XC:CHAR-CODE that
deal with converting STANDARD-CHARs to and from ASCII codes;
... in the interest of the sanity of those with slow machines, refactor
tests/seq.impure.lisp slightly so that it takes somewhat less
time than the cosmological epoch to run
NEWS
OPTIMIZATIONS
build-order.lisp-expr
src/code/cross-char.lisp [new file with mode: 0644]
src/cold/defun-load-or-cload-xcompiler.lisp
src/compiler/srctran.lisp
src/compiler/x86/char.lisp
tests/seq.impure.lisp
version.lisp-expr