1.0.21.24: saving runtime options in executables
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 17 Oct 2008 12:49:35 +0000 (12:49 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 17 Oct 2008 12:49:35 +0000 (12:49 +0000)
commitf82850855bab2cdaaf51c4e92d506b365866e65f
treea2a1e9f2280cdfcc1eafa81396fe98880900d12e
parent711cb457ca4fb39aff543fa2f100455015751a8b
1.0.21.24: saving runtime options in executables

 * SAVE-LISP-AND-DIE argument :SAVE-RUNTIME-OPTIONS causes the values
   of --dynamic-space-size and --control-stack-size used in the
   current invocation of SBCL to be saved in the executable core, which
   will then reuse them instead of doing normal runtime option processing.

 * Thanks to Zach Beane.
CREDITS
NEWS
src/code/save.lisp
src/runtime/coreparse.c
src/runtime/gencgc.c
src/runtime/globals.h
src/runtime/runtime.c
src/runtime/runtime.h
src/runtime/save.c
src/runtime/save.h
version.lisp-expr