Mill Computing, Inc. › Forums › The Mill › Architecture › Memory › Reply To: Memory
A “display” is a mechanism to implement lexically nested functions.
Are you thinking about closures created by a JIT, where the code could be anywhere and the code and data may be moved by the GC? Or compiled closures like lambdas in C++?