0.7.7.40:
authorWilliam Harold Newman <william.newman@airmail.net>
Mon, 23 Sep 2002 16:18:11 +0000 (16:18 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Mon, 23 Sep 2002 16:18:11 +0000 (16:18 +0000)
commit8ac4c19014a23665e5842d0a989cb9d22d1592ed
tree93e15b72dda074aa8e23aa693b346c0e18c58ea7
parent0e57ae91775adca6e67195ccf0208e676720a39d
0.7.7.40:
removed 0.7.7.33 changes (by "patch --reverse" on
"cvs diff -D '2002-09-20 16:29 GMT'
-D '2002-09-20 16:49 GMT'") because they're too slow.
(The patches are basically a nice idea and the
performance problems look fixable, but it doesn't look
like a few lines of tweaking will fix them. Since I'd
like to release 0.7.8 in a few days, I don't want a lot
of development in the main tree, and since the patch
still unapplies 100% cleanly, this is an appealing way
to deal with the problem for now.)
(Actually the "cleanly" above doesn't mean that it actually
works, because the then-unused COERCE-TO-SIMPLE-VECTOR
removed in package-data-list.lisp-expr needs to be
restored too. But once C-TO-S-V is restored, it does
work.)
14 files changed:
BUGS
package-data-list.lisp-expr
src/code/class.lisp
src/code/coerce.lisp
src/code/interr.lisp
src/code/pprint.lisp
src/code/primordial-extensions.lisp
src/code/seq.lisp
src/code/show.lisp
src/code/sort.lisp
src/compiler/seqtran.lisp
src/compiler/typetran.lisp
tests/seq.impure.lisp
version.lisp-expr