CORE CUSTOMIZATION
The following options modify the internals of the ScriptEase core, and are used mostly to balance performance and memory use.
JSE_MIN_MEMORY (off for most systems)
JSE_INLINES (on, off if JSE_MIN_MEMORY is defined)
SE_OBJ_POOL_SIZE (1024, 128 if JSE_MIN_MEMORY is on)
SE_MEM_POOL_SIZE (1024, 128 if JSE_MIN_MEMORY is on)
SE_STRING_POOL_SIZE (512, 64 if JSE_MIN_MEMORY is on)
JSE_STRINGS_COLLECT (1000000, 100000 if JSE_MIN_MEMORY is on)
JSE_PACK_OBJECTS (off, on is JSE_MIN_MEMORY is on)
JSE_PACK_SECODES (off, on if JSE_MIN_MEMORY is on)
JSE_POOL_STRINGDATA (on, off if JSE_MIN_MEMORY is on)
JSE_PER_OBJECT_CACHE (on, off if JSE_MIN_MEMORY is on)
JSE_PER_OBJECT_MISS_CACHE (on, off if JSE_MIN_MEMORY is on)
SE_STACK_SIZE (2048, 512 if JSE_MIN_MEMORY is on)