0.9.18.53:
authorNathan Froyd <froydnj@cs.rice.edu>
Wed, 15 Nov 2006 16:19:56 +0000 (16:19 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Wed, 15 Nov 2006 16:19:56 +0000 (16:19 +0000)
commitdccd283c6fedf7fe61d2d2bede328a6b7d92f7be
tree1f80a9eac0aadfa6db3cdcc7cf02f0d4df4e4cfb
parente188f845350da58ffd0f52f08f21cb06cd57c584
0.9.18.53:
Optimize MAP and MAP-INTO with vector arguments.

* Introduce new optimization quality, INSERT-ARRAY-BOUNDS-CHECKS;
* Use it in the %MAP and MAP-INTO transforms.  (We needed something
  more fine-grained than (SAFETY 0), because we still want
  any necessary type-checking to take place.  But we know that
  eliminating the bounds checks are safe.)
NEWS
src/compiler/array-tran.lisp
src/compiler/policies.lisp
src/compiler/seqtran.lisp
version.lisp-expr