For the lulz: ddmd vs libdparse lexer timings
Daniel Murphy via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jan 5 01:23:09 PST 2015
"Iain Buclaw via Digitalmars-d" wrote in message
news:mailman.4141.1420448690.9932.digitalmars-d at puremagic.com...
> void foo(int bar, ...)
> {
> va_list* va = void;
> va_list[1] __va_argsave;
> va = &__va_argsave;
>
> ...
> }
>
> The above being compiler generated by DMD.
Should that be va = &__va_argsave[0] ? So what _should_ DMD be generating?
More information about the Digitalmars-d
mailing list