Garbage Collection
Removes data that are no longer in use, hence freeing up memory.
GC techniques(?)
Reference counting
Keep a counter to every variable(?) used. Increment the counter every time the variable is referenced (when does the counter disappear?)
Stop the world
todo
- weak references
- something about needing explicit (strong?) references or it just disappears
- eg. what is a java weakhashmap
Cateogory:
Tags: