Can someone decipher this moon speak for me? (abi - calling conventions)

Martin Nowak dawg at dawgfoto.de
Thu Mar 1 00:40:29 PST 2012


On Thu, 01 Mar 2012 07:14:17 +0100, Bernard Helyer <b.helyer at gmail.com>  
wrote:

> On Thursday, 1 March 2012 at 06:07:40 UTC, Martin Nowak wrote:
>> For x86-32 dmd uses a fastcall, where EAX can contain a parameter, for  
>> Windows AND all other supported OSes.
>
> ._.;
>
> Well, that's nice to know, thanks. Because we (SDC) use fastcall for D,  
> just (we thought) as a temporary measure.
>
> But seriously, I don't think one can gather that information even if  
> they can recognise fastcall from the technical description.
>

Be aware though, that fastcall means vendor specific,
so LLVM's understanding of fastcall could be different.


More information about the Digitalmars-d mailing list