0.9.18.29: --dynamic-space-size command-line switch
commit1de12891f900d156ed035a097561ecd7755a256a
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 2 Nov 2006 17:18:36 +0000 (2 17:18 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 2 Nov 2006 17:18:36 +0000 (2 17:18 +0000)
tree59769e2f636304e9302509597dc42bdf10c8b11f
parenta41c057bfe9d8b0b53d2765b8559f18327f28813
0.9.18.29: --dynamic-space-size command-line switch
 * Based on the patch by David Lichteblau. Default size of the
   dynamic space is the same as it used to be, but can be altered
   at startup.
 * Delete dead variables: stop_the_world and
   *INITIAL-DYNAMIC-SPACE-FREE-POINTER*.
 * Rewrote --help output to more typical usage format.
24 files changed:
NEWS
doc/manual/start-stop.texinfo
doc/sbcl.1
package-data-list.lisp-expr
src/code/early-impl.lisp
src/compiler/generic/genesis.lisp
src/compiler/generic/parms.lisp
src/runtime/alpha-arch.c
src/runtime/bsd-os.c
src/runtime/cheneygc.c
src/runtime/coreparse.c
src/runtime/gc.h
src/runtime/gencgc-internal.h
src/runtime/gencgc.c
src/runtime/globals.h
src/runtime/interrupt.c
src/runtime/purify.c
src/runtime/runtime.c
src/runtime/sparc-arch.c
src/runtime/sunos-os.c
src/runtime/validate.c
src/runtime/validate.h
src/runtime/win32-os.c
version.lisp-expr