<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Awesome. I just retested on a total of ~30-40 kloc from various
projects I've worked on and, as far as I can tell, <b>everything
works</b>. One question, though. This is a how-to question, not
a bug or anything. Sometimes when I don't need huge address space I
may want to be able to build in both 32 mode and 64 mode, benchmark
and use whichever's faster. (32 mode may be faster b/c it wastes
less cache space, 64 may be faster b/c it has more registers). I
see for Phobos you have managed to get the linker to ignore 32-bit
libs that it's passed when in 64-bit mode and vice-versa. However,
when I pass other 64-bit libs in 32-bit mode and vice-versa, linking
still fails. Is there something I need to do besides have the
--no-warn-search-mismatch flag in dmd.conf to get this to work?<br>
<br>
On 2/16/2011 4:46 AM, Walter Bright wrote:
<blockquote cite="mid:4D5B9CF0.9010406@digitalmars.com" type="cite">round
up of more disastrous 64 bit bugs fixed
<br>
<br>
<a class="moz-txt-link-freetext" href="http://ftp.digitalmars.com/dmd1beta.zip">http://ftp.digitalmars.com/dmd1beta.zip</a>
<br>
<a class="moz-txt-link-freetext" href="http://ftp.digitalmars.com/dmd2beta.zip">http://ftp.digitalmars.com/dmd2beta.zip</a>
<br>
_______________________________________________
<br>
dmd-beta mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:dmd-beta@puremagic.com">dmd-beta@puremagic.com</a>
<br>
<a class="moz-txt-link-freetext" href="http://lists.puremagic.com/mailman/listinfo/dmd-beta">http://lists.puremagic.com/mailman/listinfo/dmd-beta</a>
<br>
<br>
</blockquote>
<br>
</body>
</html>