druntime vararg implementation

Jonathan M Davis via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Nov 5 16:35:45 PST 2014


On Thursday, November 06, 2014 00:16:48 Mike via Digitalmars-d-learn wrote:
> In that case, a better question is "Why use the standard C
> implementation if we have working D code?".

Less to maintain. Also, there's less risk of inconsistency with what C is
doing. And it's low level stuff anyway where it doesn't really buy us much
to implement it ourselves rather than just hooking into the existing C API.

- Jonathan M Davis



More information about the Digitalmars-d-learn mailing list