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


Cateogory:
Tags: