0.8.3.13:
authorChristophe Rhodes <csr21@cam.ac.uk>
Fri, 29 Aug 2003 17:59:08 +0000 (17:59 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Fri, 29 Aug 2003 17:59:08 +0000 (17:59 +0000)
commit3bc5fbfb7f1528cb2c2e49b2d15fcaa6c62f5b49
tree0987500f7666a437507bbfdf2319f51810e81a65
parent17794352c2ef078a1fc3cdd306f17f7328edf40b
0.8.3.13:
Implement better constant multiply routines
... have a cutoff on Sparc, as measured by Raymond Toy
... use LEA more on x86, as per cited paper
... don't do anything at all (yet) on other architectures.  This
needs to be fixed before 0.8.4, at least for PPC and
Alpha
NEWS
package-data-list.lisp-expr
src/compiler/sparc/arith.lisp
src/compiler/srctran.lisp
src/compiler/x86/arith.lisp
tests/arith.pure.lisp
version.lisp-expr