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

Reply via email to