How the Nasal GC works: Difference between revisions

Jump to navigation Jump to search
m
Line 10: Line 10:
= Suggested readings =
= Suggested readings =
The wikipedia article on garbage collection contains some pretty readable information on garbage collection in general: http://en.wikipedia.org/wiki/Garbage_collection_(computer_science)
The wikipedia article on garbage collection contains some pretty readable information on garbage collection in general: http://en.wikipedia.org/wiki/Garbage_collection_(computer_science)
In addition, the following online presentations provide a basic introduction to garbage collection:
* [http://www.slideshare.net/toantvo/garbage-collector-9434996 Garbage Collection Basics]
* http://www.slideshare.net/khuonganpt/basic-garbage-collection-techniques
* http://www.slideshare.net/achinth/garbage-collection-algorithms
* [http://www.slideshare.net/tinoubao/takano Unified Theory of Garbage Collection]
{{#ev:youtube|rp8PvFvSO_c|600|Lecture on GC (45 minutes)}}


= Pool storage =
= Pool storage =

Navigation menu