0.8.10.43:
authorChristophe Rhodes <csr21@cam.ac.uk>
Fri, 21 May 2004 12:17:48 +0000 (12:17 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Fri, 21 May 2004 12:17:48 +0000 (12:17 +0000)
commit7a896fb715ceac43581a9a3835418e615002f9ec
tree9c9ca81826c6ef25de4878ab2e0560121253337e
parenta33185e14640963e7f74d32aa1be81690e788c0e
0.8.10.43:
Use SYMBOL-HASH to cache SXHASH values for symbols
... believe it or not: delete various reader conditionals,
special-case code, etc.
... one new VOP needed per-backend: implement on alpha, hppa,
mips and sparc;
... add some boilerplate;
... unimplemented on ppc.  This will break the build, so with
luck it won't be too long before an enterprising user
implements it.
14 files changed:
NEWS
package-data-list.lisp-expr
src/code/sxhash.lisp
src/code/symbol.lisp
src/compiler/alpha/cell.lisp
src/compiler/generic/genesis.lisp
src/compiler/generic/objdef.lisp
src/compiler/generic/vm-fndb.lisp
src/compiler/globaldb.lisp
src/compiler/hppa/cell.lisp
src/compiler/mips/cell.lisp
src/compiler/sparc/cell.lisp
src/compiler/x86/alloc.lisp
version.lisp-expr