Displaying 2 results from an estimated 2 matches for "5548614e".
2009 Dec 21
0
[LLVMdev] Status of first-class aggregate types
On Dec 20, 2009, at 10:27 AM, Talin wrote:
> I'd pass them by value if they are small but by reference if they are large. Passing large tuples by value isn't going to provide a win.
>
> OK, thanks for that confirmation, now I can proceed ahead with less trepidation. :)
>
> For large aggregates (well, not huge, but the size of a typical structure or class), do you
2009 Dec 20
2
[LLVMdev] Status of first-class aggregate types
On Sun, Dec 20, 2009 at 9:50 AM, Chris Lattner <clattner at apple.com> wrote:
>
> On Dec 20, 2009, at 12:27 AM, Talin wrote:
>
> What's the current status on support for first-class structs? The last I
> heard was:
>
> - Structs which are smaller or equal to two pointers can be passed /
> returned / loaded / stored by value.
> - There are plans to