On 2013-06-21 14:11, qznc wrote:

Me too.

The only-thread-local-garbage-collection of Rust is quite interesting in
my opinion. Since many-cores (e.g. Xeon Phi) are coming, a
stop-the-world garbage collector might become unacceptable. If this is a
good solution will be seen (maybe). I certainly do not want D to adopt
this experimental feature. Let them do the research. ;)

The garbage collector in Mac OS X, which has been around for a while, is a thread-local collector. It contains a global collector as well for the global data.

--
/Jacob Carlborg

Reply via email to