Go's march to low-latency GC

jmh530 via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 12 06:28:33 PDT 2016


On Monday, 11 July 2016 at 17:23:49 UTC, Ola Fosheim Grøstad 
wrote:
>
> You can, but OSes usually give you randomized memory layout as 
> a security measure.

What if the memory allocation scheme were something like: 
randomly pick memory locations below some threshold from the 
32bit segment and then above the threshold pick from elsewhere?


More information about the Digitalmars-d mailing list