search for: b57dcd48

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

Did you mean: 357dcd84
2011 Jul 19
0
[LLVMdev] Improving Garbage Collection
...instruction. The safe but inefficient approach is to insert the extra loads and stores around every call instruction. Peter Lawrence. > -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110718/b57dcd48/attachment.html>
2011 Jul 18
3
[LLVMdev] Improving Garbage Collection
Talin, do you identify safe-points in the current or proposed llvm scheme, and if so how, or are they implicit as being at all call sites (which begs the question what about leaves in the call tree, how does GC get started at all in that case). Peter Lawrence.