|
|
|
|
|
by amalcon
5768 days ago
|
|
Interesting. So that's why "there are other, less picturesque examples that improve more." Out of curiosity, does the GHC GC take advantage of the property that most data is immutable? Is it mutable from the perspective of the GC? I could easily see GHC playing with that constraint internally. Pure curiosity is at play here: I've never heard of a garbage collection scheme that takes advantage of immutability, but logically it seems like it should be possible. |
|