
Mathias Gaunard <mathias.gaunard@ens-lyon.org> wrote: 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. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost We provide back-end multi-threading interfaces for various platforms, such as implement through CRITICAL_SECTION on Win32, or through pthread library on Win32/Linux. --------------------------------- Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now.