• Clemens Hammacher's avatar
    [wasm][interpreter] Fix indirect calls to other instances · 537885e8
    Clemens Hammacher authored
    When calling a function through a function table, check whether the
    instance of the called function differs from the current instance, and
    in that case call the other function via a c-wasm-entry instead of
    interpreting it.
    The c-wasm-entry needs to pass the wasm context, so this CL changes
    this to receive the wasm context as parameter instead of embedding the
    context of the calling instance.
    
    R=titzer@chromium.org
    
    Bug: chromium:814562, v8:7400
    Change-Id: Iea93f270542169f8aac4f8c81aacec559c716368
    Reviewed-on: https://chromium-review.googlesource.com/930966Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#51485}
    537885e8
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger 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...
preparser Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.isolate Loading commit data...
d8_default.isolate Loading commit data...
default.isolate Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.isolate Loading commit data...