[Issue 4172] Improve varargs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Dec 21 20:43:41 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4172



--- Comment #18 from nfxjfg at gmail.com 2010-12-21 20:41:46 PST ---
(In reply to comment #17)
> We could invent our own ABI for varargs, and it would be simple. But then,
> we're screwed trying to interoperate with C code that uses varargs.

The D ABI doesn't need to follow the C ABI, and that includes varargs. Of
course the compiler still needs to implement the C ABI for extern(C) functions,
but that is nothing a D programmer needs to care about. This issue wasn't about
the C ABI at all.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list