2. Indirect Stack States Optimizations
-
As you may recall, stacks were allocated in pointers to a common stack
collection, instead of the entire contents one after the other.
-
This scheme is called indirect stack states.
-
In recent versions, it was optimized.
Written by Shlomi Fish