contents   index   previous   next



JSE_PER_OBJECT_CACHE (on, off if JSE_MIN_MEMORY is on)

 

Each object caches the last member in it that was accessed. In many programs, this improves performance. Turning it off reduces memory requirements for objects slightly at the cost of performance.

 


JSE_PER_OBJECT_MISS_CACHE (on, off if JSE_MIN_MEMORY is on)