1.0.32.33: GENCGC tuning parameters
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 19 Nov 2009 16:08:37 +0000 (16:08 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 19 Nov 2009 16:08:37 +0000 (16:08 +0000)
commit4ec0d70e08ea4b512d45ddbd6c82e8f6a91a914f
tree1fbec5a54a4dda322910f271647bd48585f9cc1e
parent9184392783512f76eb971b7e316c875e2a1eb94c
1.0.32.33: GENCGC tuning parameters

 * Define +HIGHEST-NORMAL-GENERATION+ and +PSEUDO-STATIC-GENERATION+
   in lisp, and let genesis tell C about them.

 * Make various generations[gen].foo tweakable from lisp, give them
   nice interface functions and document the same.

 * Bits of manual prettification in related parts.
14 files changed:
NEWS
doc/manual/beyond-ansi.texinfo
doc/manual/efficiency.texinfo
doc/manual/sbcl.texinfo
package-data-list.lisp-expr
src/code/final.lisp
src/code/gc.lisp
src/code/time.lisp
src/compiler/constraint.lisp
src/compiler/generic/genesis.lisp
src/compiler/generic/parms.lisp
src/runtime/gencgc.c
tools-for-build/grovel-headers.c
version.lisp-expr