Live data from Hacker News

The Garbage Collection Handbook, 2nd Edition

routledge.com

1–10 of 174 posts

Re: The Garbage Collection Handbook, 2nd Edition

#4
On a related note, I found ART's implementation of Concurrent copying and compaction GC to be pretty novel. Here's a nice write up detailing how handling page faults in userspace come in handy to accomplish that: https://www.tdcommons.org/cgi/viewcontent.cgi?article=4751&c... (pdf) / https://web.archive.org/web/20230216233459/https://www.tdcom...

For context, here's a brief overview of the evolution of the Android Runtime Garbage Collector: https://archive.is/Ue6Pj

Re: The Garbage Collection Handbook, 2nd Edition

#5
20 years ago in the programming languages lesson at the university we started learning about OOP using Java and Ada as examples. When the professor started describing Java, a fellow student interrupted him to inform the class that "Java has garbage collection" (and boast of his special knowledge).

After that incident his nickname was "the garbage collector"!

Post reply on HN