Large Address Aware W/ OptLink

Walter Bright newshound1 at digitalmars.com
Thu May 6 23:11:28 PDT 2010


Lionello Lunesu wrote:
> On 7-5-2010 10:45, dsimcha wrote:
>> Is there a way to make optlink link D programs in large address aware mode so
>> that I can at least use 4 GB of address space instead of 2 on Win64 until DMD
>> is ported to 64-bit?
> 
> Are you sure DMC's clib and phobos are large address aware? IIRC, there
> are quite some places where pointers are being compared.

Pointers are always compared using unsigned comparisons. I'm not aware of any 
problems in the code gen or libraries in this regard.


More information about the Digitalmars-d mailing list