Hacker News new | ask | show | jobs
by NieDzejkob 2470 days ago
The article often mentions how the long-lived objects are straining the garbage collector. Wouldn't a generational GC solve this?
1 comments

Potentially, but then the linker is just one use case for the GC and GCs are a game of trade offs so switching to a generational GC would impact other use cases.