contents   index   previous   next



JSE_PEEPHOLE_OPTIMIZER (on)

 

The peephole optimizer is run on the bytecodes ScriptEase produces for each function, transforming certain inefficient common sequences into more efficient ones. It speeds up programs and shrinks the resulting bytecodes. The only disadvantage is an increase in compilation time, which may outweigh speed performance if scripts consist of a number of quick and tiny functions.

 


JSE_CACHE_GLOBAL_VARS (on)