• Leszek Swirski's avatar
    [offthread] Introduce "transfer" handles for off thread · c948f08f
    Leszek Swirski authored
    Introduce an OffThreadTransferHandle (and OffThreadTransferMaybeHandle),
    which points to a piece of storage known to (and owned by) the
    OffThreadIsolate. On Publish, the OffThreadIsolate converts this storage
    stub from a raw pointer to an off-thread object into a main-thread
    Handle.
    
    This allows users of an OffThreadIsolate to not have to worry (as much)
    about the dance of saving raw object pointers before off-thread finishes
    and converting those to Handles before it off-thread isolate is
    published.
    
    Bug: chromium:1011762
    Change-Id: I7ceb4ed85e770bd6e1867649188597bbcaedb32d
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2161066
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
    Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#67337}
    c948f08f
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...
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...