Sept. 6, 2012
2:36 p.m.
Hi, will STM can help implement concurrent garbage collector? Wiktor Mizdal
September 2012
3:43 p.m.
Hi Wiktor, On Thu, Sep 6, 2012 at 1:36 PM, Wiktor Mizdal <wiktor8010@o2.pl> wrote:
will STM can help implement concurrent garbage collector?
No, that's the wrong way around. A concurrent GC might be needed at some point in order to help STM. But you don't want to write a GC *using* the STM features. Instead we need to write a GC taking STM into account, and probably sharing the same read/write barriers; if anything, it makes the job harder than "just" writing STM or "just" writing a concurrent GC. A bientôt, Armin.
4886
Age (days ago)
4886
Last active (days ago)
1 comments
2 participants
participants (2)
-
Armin Rigo -
Wiktor Mizdal