
20 Nov
2007
20 Nov
'07
5:39 p.m.
Mingnan Guo wrote:
This garbage collector provides accurate, pause-less (lock-free, block-free) concurrent garbage collection with deterministic reclamation for C++ application. Efficient, portable, no need registeration of root set pointers, no scanning of root set area, and more.
I wonder how your GC can implement lock-free concurrency in standard C++ that doesn't even know what a thread is.