• mlippautz's avatar
    [heap] Non-contiguous young generation · 3f921372
    mlippautz authored
    This change removes the large contiguous backing store from the young generation
    and replaces it regular pages.
    
    We keep a pool of pages that are committed/uncommitted to avoid creating virtual
    memory maps during growing and shrinking.
    
    BUG=chromium:581412
    LOG=N
    
    Review URL: https://codereview.chromium.org/1853783002
    
    Cr-Commit-Position: refs/heads/master@{#35261}
    3f921372
spaces.h 102 KB