druntime vararg implementation

Mike via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Nov 5 01:45:49 PST 2014


Greetings,

In core.varar. 
(https://github.com/D-Programming-Language/druntime/blob/master/src/core/vararg.d), 
why is the X86 implementation singled out and written in D rather 
than leveraging the standard c library implementation like the 
others?

Mike


More information about the Digitalmars-d-learn mailing list