|
|
|
Ask HN: How to Implementing Garbage Collection Algorithms
|
|
5 points
by shefaliprateek
3449 days ago
|
|
I have always been interested in garbage collection algorithms and language runtimes. And recently got my hands on "The Garbage Collection Handbook"[1]. My questions is, how can I go about implementing these algorithms : - are there any student focused language VMs that anyone can recommend ? - or any other recommendations on how to go about them? [1] http://gchandbook.org/ |
|
SICP also has a chapter on GC w/implementation https://mitpress.mit.edu/sicp/full-text/sicp/book/node117.ht...
Universities have some lectures on this too and you can look up the algorithms they mention
https://suif.stanford.edu/~courses/cs243/lectures/l14.pdf Intro to GC
http://web.stanford.edu/class/cs243/lectures/L17-Advanced-GC... Advanced GC