default nursery to 5% of total dynamic space size on GENCGC
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 19 Nov 2011 12:38:26 +0000 (14:38 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 19 Nov 2011 14:22:43 +0000 (16:22 +0200)
commit973114b3cc157ea00cc9a9352aba0c888172eb7a
treeaaf935281993536c393c7020492b8787a28d8414
parent3cd198ea8fb1635057038934730624e68b5da012
default nursery to 5% of total dynamic space size on GENCGC

  5% seems like a reasonable compromise between latency and throughput.

  Also change a few related stray size_t types to os_vm_size_t, which
  necessitates moving runtime options saving bits into their own header file.
NEWS
src/code/gc.lisp
src/runtime/coreparse.c
src/runtime/gc-common.c
src/runtime/gencgc.c
src/runtime/globals.h
src/runtime/purify.c
src/runtime/runtime-options.h [new file with mode: 0644]
src/runtime/runtime.h