0.9.0.30: towards callbacks: static-vectors
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 13 May 2005 18:30:44 +0000 (18:30 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 13 May 2005 18:30:44 +0000 (18:30 +0000)
commit9b55754d5328a5f44ee224d32865fc8dadee123b
treee52389cd2ac0d485231f806f6b8f373422fb4b68
parentcd683d6d402b84a79fbb248d52047b59df7f8d38
0.9.0.30: towards callbacks: static-vectors
 * SB-INT:MAKE-STATIC-VECTOR allows direct allocation of specialized
    vectors to static space. This is eventually destined to become
    SB-EXT:MAKE-STATIC-ARRAY, but needs more frills before that --
    current setup is enough to support callbacks (and a bit more then
    that).
 * unrelated defrobnification, s/&rest/&body/ in a few places, and
    commentary on cunning punning.
12 files changed:
build-order.lisp-expr
package-data-list.lisp-expr
src/assembly/ppc/array.lisp
src/assembly/sparc/array.lisp
src/code/alloc.lisp [new file with mode: 0644]
src/code/array.lisp
src/code/condition.lisp
src/code/sysmacs.lisp
src/compiler/ppc/macros.lisp
src/compiler/sparc/macros.lisp
tests/static-alloc.impure.lisp [new file with mode: 0644]
version.lisp-expr