search for: 5192a787

Displaying 3 results from an estimated 3 matches for "5192a787".

Did you mean: 519277
2013 Jul 29
0
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
On 29/07/13 15:30, Anton Korobeynikov wrote: >>> object in place on the stack or at least call its copy constructor. >> >> >> what does GCC do? > Nothing. It does not support MSVC ABI. Maybe we shouldn't either :) So the ABI requires the struct to be pushed on the stack by the caller along with the other parameters, and what's more it requires the caller to
2013 Jul 29
3
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
>> object in place on the stack or at least call its copy constructor. > > > what does GCC do? Nothing. It does not support MSVC ABI. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2013 Jul 29
2
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
...timized to a constant SP adjustment. Arguments will still be evaluated left to right and will be stored into the special alloca outgoing argument slots. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130729/5192a787/attachment.html>