• Michael Lippautz's avatar
    [heap] Remove independent handles · 667555c6
    Michael Lippautz authored
    Removes the handling of the flag independent. The flag will be removed in a followup.
    
    The patch changes handling of V8::PersistentBase that are set to Weak:
    - The Scavenger ignores the flag independent.
    - The Scavenger keeps alive anything that is marked as Active.
    - The Scavenger is free to drop weak handles of non-Active object if they 
      are otherwise dead.
    
    Active:
    - Any JSObject will always be marked Active.
    - Any JSApiObject will be marked Active if it has been modified (=has elements, properties, etc.)
    
    CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel
    
    Bug: chromium:780749
    Change-Id: If1f547f2419930ad9400bd3b11bdbf609cb57649
    Reviewed-on: https://chromium-review.googlesource.com/741801
    Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
    Reviewed-by: 's avatarKentaro Hara <haraken@chromium.org>
    Reviewed-by: 's avatarHannes Payer <hpayer@chromium.org>
    Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#49277}
    667555c6
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...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...