• Michael Lippautz's avatar
    cppgc: Fix low-level write barriers · 65893d84
    Michael Lippautz authored
    Some types of supported low-level write barrier only requires passing
    a slot, which may not be even part of a heap object but stack.
    
    This complicates the situation, as even with caged heap, there's no
    way to distinguish a stack and heap slot.
    
    Solve this by passing an optional callback that can lazy be used to
    get the heap. This can be used by the embedder to retrieve the heap
    from e.g. TLS if needed.  This aligns the barrier with Oilpan in
    Blink.
    
    Bug: chromium:1056170
    Change-Id: I1e5d022ab17a2614a67b6ef39ed12691bcbd0ac6
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2675924Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Reviewed-by: 's avatarOmer Katz <omerkatz@chromium.org>
    Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#72550}
    65893d84
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...