search for: 39afd559

Displaying 2 results from an estimated 2 matches for "39afd559".

2010 Apr 29
0
[LLVMdev] Using gcroot with value types
...s, they don't use LLVM's GC support, but use > their own GC stuff in D, so no clues there... > > Regards, > Paul > -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100429/39afd559/attachment.html>
2010 Apr 28
2
[LLVMdev] Using gcroot with value types
On 04/27/10 00:20, Talin wrote: > On Mon, Apr 26, 2010 at 12:44 AM, Paul Melis > <llvm at assumetheposition.nl <mailto:llvm at assumetheposition.nl>> wrote: > > Hi, > > Talin wrote: > > I'm a little confused as to the rules for the arguments to > llvm.gcroot, > > which says it must be a pointer alloca. I'm not sure whether