<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Jason House wrote:
<blockquote cite="mid:790171A7-6623-470F-A5E9-21E8B2C2CE18@gmail.com"
 type="cite">
  <pre wrap="">On Jun 30, 2010, at 7:24 PM, Walter Bright <a class="moz-txt-link-rfc2396E" href="mailto:walter@digitalmars.com">&lt;walter@digitalmars.com&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">
Brad Roberts wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">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)

 
      </pre>
    </blockquote>
    <pre wrap="">Yes, that's correct.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
How far away is a dmd that generates code without -O or -g? (and possibly a few lingering code gen bugs)

  </pre>
</blockquote>
<br>
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.<br>
</body>
</html>