• jkummerow's avatar
    Fasterify JSObject::UnregisterPrototypeUser · 1e65e201
    jkummerow authored
    When a (prototype) map registers as a user of its own prototype, it now remembers the index in that prototype's registry where it is listed.
    This remembered index is used on un-registration to find the right slot to clear without walking the entire registry.
    Compaction of the registry must update all entries' remembered indices.
    
    BUG=chromium:517778,chromium:517406
    LOG=n
    R=yangguo@chromium.org
    
    Review URL: https://codereview.chromium.org/1276353004
    
    Cr-Commit-Position: refs/heads/master@{#30079}
    1e65e201
Name
Last commit
Last update
..
DEPS Loading commit data...
OWNERS Loading commit data...
mksnapshot.cc Loading commit data...
natives-external.cc Loading commit data...
natives.h Loading commit data...
serialize.cc Loading commit data...
serialize.h Loading commit data...
snapshot-common.cc Loading commit data...
snapshot-empty.cc Loading commit data...
snapshot-external.cc Loading commit data...
snapshot-source-sink.cc Loading commit data...
snapshot-source-sink.h Loading commit data...
snapshot.h Loading commit data...