search for: a6cd922f

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

2011 Mar 07
0
[LLVMdev] llvm.gcroot suggestion
...compressing them if the code is just moving them around, as an > optimization.) > > Just my few thoughts. > > -Joshua > -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110307/a6cd922f/attachment.html>
2011 Mar 07
2
[LLVMdev] llvm.gcroot suggestion
Hi Talin, Sorry to interject - > For example, suppose I have a type "String or (float, float, float)" - that > is, a union of a string and a 3-tuple of floats. Most of the time what LLVM > will see is { i1; { float; float; float; } } because that's bigger than { > i1; String* }. LLVM won't even know there's a pointer in there, except > during those brief