For the lulz: ddmd vs libdparse lexer timings

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 27 23:20:21 PST 2015


"Iain Buclaw via Digitalmars-d"  wrote in message 
news:mailman.4161.1420481405.9932.digitalmars-d at puremagic.com...

> > Do you think we can change _all_ the druntime and phobos code to just 
> > use
> > va_arg directly?  It would be nice to have it all portable like that.
>
> Oh, yeah, do it!  You have references to __va_argsave in phobos, don't 
> you?

Here it is: https://github.com/D-Programming-Language/phobos/pull/2926

__va_argsave wasn't used here, but it was creating its own __va_argsave_t in 
order to abuse va_arg! 



More information about the Digitalmars-d mailing list