contents   index   previous   next



JSE_DONT_POOL (off)

 

Another garbage collection setting. ScriptEase normally maintains a pool of objects and reuses them whenever possible. In this mode, all memory is returned to the system when not in use and reallocated when needed. This is a very slow mode, again designed to shake out any internal bugs.

 


JSE_ALWAYS_COLLECT (off)