search for: bohem

Displaying 2 results from an estimated 2 matches for "bohem".

Did you mean: boehm
2010 Sep 17
0
[LLVMdev] Accurate garbage collection
...ant to have to do one myself, as I know I'll just get it > wrong. > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev You can try Hans Bohem Garbage collector. http://www.hpl.hp.com/personal/Hans_Boehm/gc/
2010 Sep 17
6
[LLVMdev] Accurate garbage collection
On 17/09/10 09:55, Pedro Ferreira wrote: > As I understand it, LLVM simply gives you support for garbage collectors > that you have to implement yourself and link into the final binary, > similar to what C's malloc does (it's a library call). The issue with > GC's is that they need to be provided info about the stack, thats where > LLVM's support comes in. Are there