• Clemens Hammacher's avatar
    [Liftoff] Remove obsolete bailout in memory store · 96d869fd
    Clemens Hammacher authored
    This seems to be a merge error. The if moved down by a few lines and
    now actually implements the bounds check instead of bailing out.
    Taking it out revealed a bug where we were trying to access the lowest
    8 bits on a register where this is not allowed on ia32, thus a few
    more changes were needed in this CL.
    
    R=titzer@chromium.org
    
    Bug: v8:6600
    Change-Id: Ib1ef131a12df050302ae50115493a1fcd8323fe5
    Reviewed-on: https://chromium-review.googlesource.com/852734Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#50422}
    96d869fd
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...