April 23, 2011
Is there a detailed description of the D ABI on x86_64 in detail (as 64 bit DMD implements it)? I know there is http://www.x86-64.org/documentation/abi.pdf (?System V Application Binary Interface AMD64, Architecture Processor Supplement?), but what about the D specifics?

David
April 23, 2011

On 4/23/2011 10:44 AM, David Nadlinger wrote:
> Is there a detailed description of the D ABI on x86_64 in detail (as 64 bit DMD implements it)? I know there is http://www.x86-64.org/documentation/abi.pdf (?System V Application Binary Interface AMD64, Architecture Processor Supplement?), but what about the D specifics?
>

There isn't a D specific description, other than D tries to follow the C ABI.