0.7.1.47:
authorWilliam Harold Newman <william.newman@airmail.net>
Tue, 19 Mar 2002 20:17:50 +0000 (20:17 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Tue, 19 Mar 2002 20:17:50 +0000 (20:17 +0000)
commitbcbbce86c47a1c530d488c7876a453100fcd933e
tree0c19fa3ccb55c7f8aaab7d3db1a6dd64eb3613a2
parent4df3887d4f74248fb2ce830b86eb07fd30986d8a
0.7.1.47:
reviewed OPTIMIZE declarations, (mostly trying to avoid
inadvertently imposing large %DETECT-STACK-EXHAUSTION
overhead)...
...bumped SAFETY 1 to SAFETY 2 in warm.lisp (since
(> SPEED SAFETY) isn't what we want)
...changed (SPEED 3) (SAFETY 3) to (SPEED 2) (SAFETY 2) in
SORT logic
...removed OPTIMIZE declarations in time.lisp, since there's
no up-to-date compelling reason to use other than the
default optimization there.
...removed (OPTIMIZE (SAFETY 3)) in DEFTRANSFORM ARRAY-HEADER-P,
since there seems to be no reason for it
rearranged insert-%DETECT-STACK-EXHAUSTION code to make
indentation less ridiculous
make-host-2.sh
src/code/sort.lisp
src/code/time.lisp
src/cold/warm.lisp
src/compiler/array-tran.lisp
src/compiler/generic/genesis.lisp
src/compiler/ir1tran.lisp
src/compiler/srctran.lisp
tests/exhaust.impure.lisp
version.lisp-expr