• Bill Budge's avatar
    [compiler][wasm] Fix Wasm linkage · 0818d138
    Bill Budge authored
    - Fixes a problem when constructing Wasm CallDescriptors, where the
      allocation tries to treat parameters and returns as if they are in the
      same frame. This doesn't work when slots may be aligned in their
      frame. Instead, allocate parameters and returns separately and offset
      return slots by the number of parameter slots.
    - Adds argument slot padding in the CallDescriptor lowering case, to
      prepare for when 32 bit targets align stack frames and require
      padding.
    - Adds a regression test.
    
    Bug: chromium:1174500
    Change-Id: I60d96a94b171a0d27ff61cbab35623976b0c6da8
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2683024
    Commit-Queue: Bill Budge <bbudge@chromium.org>
    Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#72588}
    0818d138
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...