Boost logo

Boost :

From: Mingnan Guo (hnxgc_pub_at_[hidden])
Date: 2007-11-21 03:46:25


Mathias Gaunard <mathias.gaunard_at_[hidden]> 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.


Boost list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk