1.0.0.27: various PCL cleanups in cache.lisp
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 7 Dec 2006 08:53:36 +0000 (08:53 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 7 Dec 2006 08:53:36 +0000 (08:53 +0000)
commitcececc9ace31c1f0c624af1d3a8bafae9beb5348
tree76bc5496322975c21c8a649ec8e5c34001421fca
parent2cb068e245e00505076e9c325424df2a1260bfb1
1.0.0.27: various PCL cleanups in cache.lisp
  * ALLOCATE-CACHE-VECTOR was unused -- deleted
  * better GET-CACHE-VECTOR
  * don't bind VECTOR as a local function
  * drop a few useless (THE FIXNUM)s
  * use REMHASH to clear out OWRAPPER from *PREVIOUS-NWRAPPERS*
    instead of just setting its value to NIL.
  * inline COMPUTE-LINE-SIZE
  * WRAPPER-CACHE-NUMBER-VECTOR is identity macro -- deleted
  * commentary
src/pcl/cache.lisp
tests/alien.impure.lisp
version.lisp-expr