64 bits D compiler ?
Denis Koroskin
2korden at gmail.com
Sat Nov 22 04:25:49 PST 2008
22.11.08 в 15:21 Vermi в своём письме писал(а):
> Hi,
> I'm wondering : why the D compiler can't produce x86_64 code ? All seems
> to be ready in the langage for 64 bits. I need to produce a .dll file in
> both 32 and 64 bits, but I can't. Will we see soon a 64 bits version of
> the D Compiler or should I re-write my apps in C++ ?
>
> @+
> Vermi
There is a LLVM D compiler (LDC for short) in works:
http://dsource.org/projects/ldc/
which will be able to do what you wants once it is released.
More information about the Digitalmars-d
mailing list