Debian packages for D libraries

David Nadlinger see at klickverbot.at
Wed Oct 3 10:22:15 PDT 2012


On Wednesday, 3 October 2012 at 14:57:16 UTC, Thomas Koch wrote:
> - Does it matter which compiler produced a shared library?

In short, yes, and it is unlikely to change in the near future as 
we don't even have a comprehensive D ABI specification yet – 
what is e.g. completely unspecified are nested functions –, and 
DMD does not implement the System V x86_64 ABI correctly either 
(LDC gets ordinary functions right, but varargs are subtly 
broken).

David


More information about the Digitalmars-d mailing list