Thread overview
Native OSX/64 codegen: "Complex code, incomprehensible documentation, what's not to like?"
Dec 27, 2011
Jacob Carlborg
Dec 28, 2011
dune
Dec 28, 2011
Walter Bright
Dec 29, 2011
Jacob Carlborg
December 27, 2011
http://www.reddit.com/r/programming/comments/nsj7d/native_osx64_codegen_complex_code/

Andrei
December 27, 2011
On 2011-12-27 19:56, Andrei Alexandrescu wrote:
> http://www.reddit.com/r/programming/comments/nsj7d/native_osx64_codegen_complex_code/
>
>
> Andrei

Cool.

-- 
/Jacob Carlborg
December 28, 2011
Are there any plans to serve Win64 with DMD?
I like DMD's small footprint...

Thanks
dune
December 28, 2011
On 12/28/2011 12:09 PM, dune wrote:
> Are there any plans to serve Win64 with DMD?

Eventually.
December 29, 2011
On 2011-12-28 21:09, dune wrote:
> Are there any plans to serve Win64 with DMD?
> I like DMD's small footprint...
>
> Thanks
> dune

Win64 will take longer time because we need a new linker and a new object format. That is except for the actual work need to be done to output 64bit code on Windows.

-- 
/Jacob Carlborg