Displaying 3 results from an estimated 3 matches for "ce817775".
2013 Jul 29
1
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
...truct via the usual hidden sret parameter. The
"push esp" is taking the address of the struct's outgoing arg slot and
passing it to foo().
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130729/ce817775/attachment.html>
2013 Jul 29
0
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
Hi Reid,
On 29/07/13 16:36, Reid Kleckner wrote:
> On Mon, Jul 29, 2013 at 9:40 AM, Duncan Sands <baldrick at free.fr
> <mailto:baldrick at free.fr>> wrote:
>
> 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?
>
>
2013 Jul 29
2
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
On Mon, Jul 29, 2013 at 9:40 AM, Duncan Sands <baldrick at free.fr> wrote:
> 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 :)