dmd 2.029 release
Don
nospam at nospam.com
Tue Apr 21 06:05:30 PDT 2009
Lutger wrote:
> Daniel Keep wrote:
>
> ...
>>> -Lars
>> The best bet for 64-bit D executables at this point is probably LDC;
>> dunno what the current state is, though.
>>
>> -- Daniel
>
> if you grep the dmd backend sources for x86_64, you'll get some results.
> Don't know what that means though, the source looks like magic to me!
>
>
They're just part of the standard OBJ file format. Nothing to do with
code generation. Much more fun is:
$ cd src/dmd
$ grep "goto " * -R
More information about the Digitalmars-d-announce
mailing list