Summary of the last decade of garbage collection?

Posted by Ben Karel on Stack Overflow See other posts from Stack Overflow or by Ben Karel
Published on 2010-05-26T17:42:23Z Indexed on 2010/05/26 17:51 UTC
Read the original article Hit count: 324

Filed under:
|
|

I've been reading through the Jones & Lin book on garbage collection, which was published in 1996.

Obviously, the computing world has changed dramatically since then: multicore, out-of-order chips with large caches, and even larger main memory in desktops. The world has also more-or-less settled on the x86 and ARM microarchitectures for most consumer-facing systems.

How has the field of garbage collection changed since the seminal book was published?

© Stack Overflow or respective owner

Related posts about garbage-collection

Related posts about research