== Quote from torhu ([email protected])'s article > You can supposedly use the editbin tool that comes with msvc to enable > large address aware mode. > http://msdn.microsoft.com/en-us/library/203797te.aspx
Thanks. I haven't tested this extensively in terms of whether there are any runtime bugs w.r.t. it, but it does at least allow me to allocate 4 GB of address space. Any bugs would have to be platform specific because on 64-bit Linux, 32-bit executables can use all 4 GB of address space by default.
