contents   index   previous   next



JSE_NEVER_FREE (off)

 

An extreme bug-detection setting used for self-debugging by the core. When on, the garbage collector never frees unused memory, though it does fill the memory with a particular byte value when no longer used. This will cause ScriptEase to use enormous memory, but is useful to isolate internal garbage-collection related bugs.

 


JSE_DONT_POOL (off)