make install; where do .di files go?

Jacob Carlborg doob at me.com
Thu Oct 18 11:45:29 PDT 2012


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.

http://dlang.org/abi.html

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list