search for: 93928284

Displaying 3 results from an estimated 3 matches for "93928284".

2010 Oct 20
1
[LLVMdev] Structure returns to-do or not-to-do?
...handle the case of returning large structures, which as Kenneth points out, is partially true. I think I'll just follow by example for now. Roger -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101021/93928284/attachment.html>
2010 Oct 20
0
[LLVMdev] Structure returns to-do or not-to-do?
On Oct 20, 2010, at 2:56 PM, roger roger wrote: > I notice that using the online demo, functions which return structures are converted to be void, and instead take an extra argument which is the a pointer to the returned structure, and the allocation is made by the caller. > Even declared, but undefined functions are converted like this, presumably this doesn't cause a problem during
2010 Oct 20
3
[LLVMdev] Structure returns to-do or not-to-do?
I notice that using the online demo, functions which return structures are converted to be void, and instead take an extra argument which is the a pointer to the returned structure, and the allocation is made by the caller. Even declared, but undefined functions are converted like this, presumably this doesn't cause a problem during linking? I had a look back through the previous releases and