• Omer Katz's avatar
    cppgc: Support incremental marking without non-nested tasks · 58ca454f
    Omer Katz authored
    For the standalone library, some platform implementations might not
    support non-nested tasks. We can still offer incremental marking in
    such cases using regular tasks and without assuming an empty stack.
    (cppgc's default platform e.g. doesn't support non-nested tasks.)
    
    This CL also updates GCInvoker to not trigger an incremental GC if we
    won't be able to finalize it. That makes finalizing through an
    non-nested incremental task safe.
    
    Bug: chromium:1056170
    Change-Id: I85f0c9f2efe643cb87dd65d80417eea0d6ee5d52
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2414217
    Commit-Queue: Omer Katz <omerkatz@chromium.org>
    Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#69971}
    58ca454f
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli 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...