Closed amaneureka closed 7 years ago
This would add Garbage collector support to Compiler. And prevent memory leaks in Kernel. Following issue #24
@amaneureka What type of GC will you be implementing?
@tgiphil It's a mark-and-sweep GC.
Right. Mark and sweep single generation. You can look at GC.cs file @tgiphil
This would add Garbage collector support to Compiler. And prevent memory leaks in Kernel. Following issue #24