Eclipse OMR project provides a reusable Garbage Collector

Dibyendu Majumdar via Digitalmars-d digitalmars-d at puremagic.com
Sat Dec 3 03:27:49 PST 2016


On Saturday, 3 December 2016 at 02:23:13 UTC, Dibyendu Majumdar 
wrote:
> IBM has open sourced the J9 Garbage Collector as part of 
> Eclipse OMR project. Perhaps D could use this. It is claimed 
> that the GC implementation is relatively straight forward to 
> reuse.
>
> https://github.com/eclipse/omr
>

BTW the .Net Core CLR also appears to be reusable - and maybe 
even easier to integrate. There is a standalone sample - and the 
integration interface seems well defined.

https://github.com/dotnet/coreclr/tree/master/src/gc


More information about the Digitalmars-d mailing list