• Shu-yu Guo's avatar
    [weakrefs] Hold unregister tokens weakly · 45bb4498
    Shu-yu Guo authored
    Change unregister tokens to be held weakly instead of strongly. This
    enables the use case for an object to be used as its own unregister
    token.
    
    To avoid using an ephemeron table, FinalizationGroup's key_map is
    changed to key off unregister tokens' identity hashes. Because hashes
    may collide, a single key list may rarely contain multiple tokens. When
    a FinalizationGroup WeakCell's token becomes unreachable, during GC, it
    is removed from the the doubly linked key list and removed from the key
    map if it had a unique key.
    
    Bug: v8:8179
    Change-Id: If88fd2ab196e3f9a287990ae345117a0abb2f04d
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1970493
    Commit-Queue: Shu-yu Guo <syg@chromium.org>
    Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#65532}
    45bb4498
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...