|
|
|
|
|
by lalaithion
1033 days ago
|
|
One major simplification you can make is that due to purity, older values _never_ point to newer values. This means when doing generational GC, you don’t have to check for pointers from older generations into newer generations. |
|