• 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
..
cppgc Loading commit data...
libplatform Loading commit data...
APIDesign.md Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
js_protocol-1.2.json Loading commit data...
js_protocol-1.3.json Loading commit data...
js_protocol.pdl Loading commit data...
v8-cppgc.h Loading commit data...
v8-fast-api-calls.h Loading commit data...
v8-inspector-protocol.h Loading commit data...
v8-inspector.h Loading commit data...
v8-internal.h Loading commit data...
v8-metrics.h Loading commit data...
v8-platform.h Loading commit data...
v8-profiler.h Loading commit data...
v8-util.h Loading commit data...
v8-value-serializer-version.h Loading commit data...
v8-version-string.h Loading commit data...
v8-version.h Loading commit data...
v8-wasm-trap-handler-posix.h Loading commit data...
v8-wasm-trap-handler-win.h Loading commit data...
v8.h Loading commit data...
v8config.h Loading commit data...