1.0.6.8: improve (SUBSEQ FOO 0 ...) on arrays with elements >= word-size
authorNathan Froyd <froydnj@cs.rice.edu>
Fri, 1 Jun 2007 02:57:48 +0000 (02:57 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Fri, 1 Jun 2007 02:57:48 +0000 (02:57 +0000)
commit1ff144d7d26762232b29b4c7cfeb0f0ad701c995
treecfbb535f81865e97fb26845eb598a222dfd7d901
parent776a2f1275624352bbba37b03dabea03ec13a9e5
1.0.6.8: improve (SUBSEQ FOO 0 ...) on arrays with elements >= word-size

* check for a constant-valued start parameter and pass its value
  through to the loop-generating machinery.  Before we would have
  compared 'START to 0, which always fails; now we can recognize
  that case and generate better code.
src/compiler/seqtran.lisp
version.lisp-expr