search for: gcbib

Displaying 3 results from an estimated 3 matches for "gcbib".

Did you mean: cclib
2007 Sep 04
0
[LLVMdev] Garbage Collection Roots
...entifying the current safe point and stack pointer; stopping concurrent threads at safe points; and actually tracing the heap—all left as exercises to the interested reader. :) Here's a resource you might find interesting for further reading: http://www.cs.kent.ac.uk/people/staff/rej/gcbib/gcbib.html > BTW, I'm also noticing that the current SemiSpace example code > seems quite incomplete. I observed that myself. — Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070904/19...
2007 Sep 04
2
[LLVMdev] Garbage Collection Roots
On Sep 2, 2007 5:31 AM, Gordon Henriksen <gordonhenriksen at mac.com> wrote: > Hi Talin, > > On Sep 2, 2007, at 04:54, Talin wrote: > > > I've been looking through the documentation (http://llvm.org/docs/ > > GarbageCollection.html) on how to implement a garbage collector for > > LLVM and there's a couple of things that I don't quite understand. >
2007 Sep 04
1
[LLVMdev] Garbage Collection Roots
...e point and stack > pointer; stopping concurrent threads at safe points; and actually > tracing the heap—all left as exercises to the interested reader. :) > > Here's a resource you might find interesting for further reading: > > http://www.cs.kent.ac.uk/people/staff/rej/gcbib/gcbib.html Cool. I have tons of papers on garbage collection already, though :) But I will add it to the list. >> BTW, I'm also noticing that the current SemiSpace example code seems >> quite incomplete. > > I observed that myself. > > — Gordon > -------------------...