Displaying 2 results from an estimated 2 matches for "b8612dd2".
2011 Jul 07
0
[LLVMdev] Improving Garbage Collection
...y would. I'd be curious as to what benefits could be gained from
this approach over the current standard way of doing it; but not
terribly hopeful.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110707/b8612dd2/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