• 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
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regress Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
testcfg.py Loading commit data...
unittests.status Loading commit data...