• Clemens Hammacher's avatar
    [Liftoff] Fix reloading register spilled multiple times · 24a43b3c
    Clemens Hammacher authored
    Since register can be used multiple times on the stack, they can also
    be spilled into multiple stack slots. At merge points, we then might
    have to reload the spilled slots. A DCHECK currently checks that each
    register is only loaded once. Instead of failing, just load the first
    stack slot, the others are statically known to contain the same value
    anyways.
    
    R=ahaas@chromium.org
    
    Bug: v8:6600, chromium:919533
    Change-Id: Ic0c806238b2997f006829b4b509a50468a55befa
    Reviewed-on: https://chromium-review.googlesource.com/c/1403124Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58676}
    24a43b3c
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...
torque Loading commit data...
unittests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...