For the lulz: ddmd vs libdparse lexer timings

Iain Buclaw via Digitalmars-d digitalmars-d at puremagic.com
Mon Jan 5 09:34:49 PST 2015


On 5 January 2015 at 13:37, Daniel Murphy via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
> "Daniel Murphy"  wrote in message news:m8dv49$1cgs$1 at digitalmars.com...
>
>> And what about explicit casts?
>
>
> Oh yeah, and how does __va_argsave work, why do we need it?
>
> Looking at the druntime and phobos code, I'm not sure which stuff is
> correct, which stuff needs to have the X86_64 version deleted, and which
> should be moved to va_arg.

IIRC, there is some minor duplication between std.format and
core.stdc.stdarg, but I think that we really should be able to get
things working without changing druntime or phobos.


More information about the Digitalmars-d mailing list