contents   index   previous   next



JSE_CACHE_GLOBAL_VARS (on)

 

When on, ScriptEase maintains a cache of recently-accessed global variables, speeding access to them in many cases. However, without certain transformations done by the peephole optimizer, the global variable cache can be too aggressive and return the wrong result at times. Therefore, you should only use the global cache if the peephole optimizer is turned on, as is the default.

 


JSE_GLOBAL_CACHE_SIZE (10)