Displaying 3 results from an estimated 3 matches for "e32535e9".
2011 Mar 07
0
[LLVMdev] llvm.gcroot suggestion
Hi Talin,
On Sat, Mar 5, 2011 at 6:42 PM, Talin <viridia at gmail.com> wrote:
>
>
> So I've been thinking about your proposal, that of using a special address
> space to indicate garbage collection roots instead of intrinsics.
Great!
>
> To address this, we need a better way of telling LLVM that a given variable
> is no longer a root.
>
Live variable
2011 Mar 07
2
[LLVMdev] llvm.gcroot suggestion
...remember similar issues with the current EH
> intrinsics).
>
> Nicolas
>
>
>> --
>> -- Talin
>>
>
>
--
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110307/e32535e9/attachment.html>
2011 Mar 05
2
[LLVMdev] llvm.gcroot suggestion
On Mon, Feb 21, 2011 at 1:50 AM, nicolas geoffray <
nicolas.geoffray at gmail.com> wrote:
> Hi Talin,
>
> On Fri, Feb 18, 2011 at 5:50 PM, Talin <viridia at gmail.com> wrote:
>>
>>
>> In the current scheme, the way you tell LLVM that a root is no longer
>> needed is by assigning NULL to it. However, that assumes that all roots are
>> pointers,