• Clemens Hammacher's avatar
    [Liftoff] Don't force unrelated stack slots into registers · 1cec66d3
    Clemens Hammacher authored
    When initializing the stack state at a merge point, don't force all
    stack slots into registers. Allow constants to stay constants as long
    as they are not part of the merge. Otherwise we might break assumptions
    of outer blocks which then try to merge a register into a constant and
    fail.
    Also, add some documentation to {InitMergeStackSlot} to document the
    intent of the implementation.
    
    R=titzer@chromium.org
    
    Bug: v8:784050, v8:6600
    Change-Id: I3a4c83b446909027be075d3207cb7c748a6b1aad
    Reviewed-on: https://chromium-review.googlesource.com/766353Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#49423}
    1cec66d3
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.cc Loading commit data...
liftoff-assembler.h Loading commit data...
liftoff-compiler.cc Loading commit data...