JSE_PER_OBJECT_MISS_CACHE (on, off if JSE_MIN_MEMORY is on)
Objects store the last member searched for that the object did not have. This speeds up searching for global variables in which a chain of objects is searched for a particular member, often missing each time for the first few objects in the chain. By default, non-min memory builds have a per-object miss cache.