• bmeurer@chromium.org's avatar
    Refactor and cleanup VirtualMemory. · a797a359
    bmeurer@chromium.org authored
    Remove a lot of platform duplication, and simplify the virtual
    memory implementation. Also improve readability by avoiding bool
    parameters for executability (use a dedicated Executability type
    instead).
    
    Get rid of the Isolate::UncheckedCurrent() call in the platform
    code, as part of the Isolate TLS cleanup.
    
    Use a dedicated random number generator for the address
    randomization, instead of messing with the per-isolate random
    number generators.
    
    TEST=cctest/test-virtual-memory
    R=verwaest@chromium.org
    
    Review URL: https://codereview.chromium.org/23641009
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16637 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    a797a359
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
include Loading commit data...
preparser Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...