[unsigned] No, you can't address full address space in D

Steven Schveighoffer via Digitalmars-d digitalmars-d at puremagic.com
Sat Feb 20 10:07:59 PST 2016


On Saturday, 20 February 2016 at 17:21:42 UTC, Chris Wright wrote:
>
> That's still doomed to failure. You're not leaving space for 
> the stack (which has preallocated address space) or application 
> binary (which is memory mapped from the file and takes up 
> address space). You're using the garbage collector, which has 
> to allocate its own internal data structures somewhere.

Let's not forget that you need 18 exabytes of ram too. And you 
want it initialized? That's going to take a while ;)

-Steve




More information about the Digitalmars-d mailing list