• Clemens Hammacher's avatar
    [Liftoff] Fix stack slot overwrite · 8bb41e8d
    Clemens Hammacher authored
    On ia32, the upper "half stack slot" must be located above the lower
    half stack slot (in absolute address), hence the index is
    "2 * index - 1" instead of "2 * index + 1". Note that the index
    describes the negative offset from the stack pointer.
    
    R=titzer@chromium.org
    
    Bug: v8:7579
    Change-Id: If207af405b126ab30043432d7934273e6e2a5330
    Reviewed-on: https://chromium-review.googlesource.com/973301
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#52116}
    8bb41e8d
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
DEPS Loading commit data...
liftoff-assembler-defs.h Loading commit data...
liftoff-assembler.cc Loading commit data...
liftoff-assembler.h Loading commit data...
liftoff-compiler.cc Loading commit data...
liftoff-register.h Loading commit data...