grin icon indicating copy to clipboard operation
grin copied to clipboard

Garbage Collection

Open sfultong opened this issue 5 years ago • 1 comments

It would be great if GRIN would come with built-in garbage collection

sfultong avatar Jun 05 '19 22:06 sfultong

Sure! It is in the roadmap. We did not implement it yet because other research related things like pointer analysis performance and precision issues were more important as they form the basis of the GRIN approach. GC is well researched and LLVM also support it. So first we wanted to cover the risky parts of the project. But time will come for GC implementation soon.

csabahruska avatar Jun 06 '19 17:06 csabahruska