Skip to content

Latest commit

 

History

History

mark_and_sweep_gc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Garbage collector for bytecode interpreter

Uses:

* Mark-and-Sweep algorithm to find reachability
* It is called in every heap allocation