search for: 8ca8c435

Displaying 2 results from an estimated 2 matches for "8ca8c435".

2011 Jul 11
0
[LLVMdev] Improving Garbage Collection
...s first step is a prerequisite for all of those other things, and I'm thinking that it's a relatively easy step compared to the others. -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110711/8ca8c435/attachment.html>
2011 Jul 06
9
[LLVMdev] Improving Garbage Collection
*Motivation & Abstract* It has been observed by a number of LLVM users that the current garbage collection framework requires frontends to generate complex and inefficient code. This is primarily due to the fact that only allocas can be stack roots - it is not possible to trace SSA values directly. Because of this limitation, a frontend wanting to support garbage collection has to manually