Jason House wrote:
On Jun 30, 2010, at 7:24 PM, Walter Bright <[email protected]> wrote:

  
Brad Roberts wrote:
    
While a great step.. don't misinterpret that to mean that dmd is generating 64 bit applications, just that dmd itself can be compiled by a c++ compiler as a 64 bit app.  (at least based on my cursory glance through the changes)

 
      
Yes, that's correct.
    

How far away is a dmd that generates code without -O or -g? (and possibly a few lingering code gen bugs)

  

Probably a couple months. The -O has nothing to do with it. The -g is more of a problem, as the dwarf output has random fields that expand to 64 bits and random ones that do not.
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to