make install; where do .di files go?

Sean Kelly sean at invisibleduck.org
Thu Oct 18 11:55:00 PDT 2012


On Oct 18, 2012, at 11:45 AM, Jacob Carlborg <doob at me.com> wrote:

> On 2012-10-18 14:24, Manu wrote:
> 
>> What's distinct about the D calling convention?
> 
> GDC uses the C calling convention (or whatever the calling convention used by the system) where DMD uses a slightly modified version, if I recall correctly. Note that DMD only defines an ABI for x86 and possible x86-64.

On x86_32, the first argument is passed in EAX with the D calling convention.  But DMD is the only compiler that does this.


More information about the Digitalmars-d mailing list