Faster MAP[-INTO] when (> SPEED SPACE)
authorPaul Khuong <pvk@pvk.ca>
Tue, 21 Jun 2011 00:44:07 +0000 (20:44 -0400)
committerPaul Khuong <pvk@pvk.ca>
Tue, 21 Jun 2011 00:44:07 +0000 (20:44 -0400)
commit65a29e8b22383bda1d4ac20796c9b56529c02a6e
treef0e23eac9142158503c83726f86604f1c7099590
parent74a2974b2fd2fd94bd0b58d828f846a24cbdf3d7
Faster MAP[-INTO] when (> SPEED SPACE)

 Expand into WITH-ARRAY-DATA for non-simple vectors in such cases,
 and avoid hairy vector accesses.

 Also make sure to exploit that in conset code.
NEWS
src/compiler/constraint.lisp
src/compiler/seqtran.lisp