• verwaest's avatar
    Thread decls-list through Declaration using a ThreadedList · 5a18685e
    verwaest authored
    This reduces per-scope overhead from minimally 6 words to 2 words, with one additional pointer per entry, rather than an average of 2 per entry for larger-than-4 element lists. For temp zone parsed functions it additionally makes the declaration-list actually freeable.
    
    This introduces ThreadedList to implement the details of dealing with such a list.
    
    BUG=v8:5209
    
    Review-Url: https://codereview.chromium.org/2457393003
    Cr-Commit-Position: refs/heads/master@{#40703}
    5a18685e
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
OWNERS Loading commit data...
full-codegen.cc Loading commit data...
full-codegen.h Loading commit data...