Generational References (Expanded)

from blog Languages and Architecture, | ↗ original
Generational references are a memory management technique, an alternative to reference counting, tracing garbage collection, or borrow checking. 0 In this technique, every reference remembers the ID ("generation") of the object it's pointing at. If the user dereferences an object and Vale isn't certain it's still...