This is a quick guide to the Java properties which can be set to influence ABCL's behaviour.
Runtime
abcl.specials.initialSize | Determines the number of slots available for dynamic special variables. Default value: 4096, same as SBCL. |
abcl.specials.grow.delta | When not enough slots are available, ABCL will grow the number of available slots by this amount. Default value: 1024. |
abcl.specials.grow.slowly | When defined, ABCL will run the garbage collector before growing the number of special slots. If the GC invocation frees slots, those will be used instead of growing the maximum number. |
abcl.home | When defined, contains the value which ABCL should take to be its home directory. Default: automatically derived at startup. |
abcl.autoload.verbose | When defined and set to 'Y', prints autoloading information on the standard output stream. |
Buildtime
abcl.compile.incremental | Whether to attempt to compile incrementally (faster) without discarding artifacts from the previous build (sometimes unsafely) |
Last modified 11 years ago
Last modified on 11/05/13 14:45:31