bdwgc
bdwgc copied to clipboard
Provide gcroots API
Probably it would be convenient to have API as in https://github.com/uim/libgcroots/blob/master/include/gcroots.h (to be able to write your own garbage collector w/o arch-specific code).
relates #513
have a look at libgcroots. still lack of thread support, not usable in production.
have a look at libgcroots. still lack of thread support, not usable in production.
Yes, it is just an idea to implement something similar - a facility to get roots if someone wants to implement a garbage collector.