contents   index   previous   next



JSE_INLINES (on, off if JSE_MIN_MEMORY is defined)

 

In the ScriptEase core, a number of functions are expanded inline to improve speed. These functions take up considerable code space. The define JSE_INLINES defaults to on only if JSE_MIN_MEMORY is not defined, inlining only when memory conservation is not an issue.

 


JSE_PEEPHOLE_OPTIMIZER (on)