• Clemens Hammacher's avatar
    [Liftoff] Store ValueType in each VarState · b0a87c85
    Clemens Hammacher authored
    In order to implement CacheState merging correctly, we need to know at
    least the register type to be used for each stack slot. For stack
    slots, this is not stored currently. Since there is enough space
    available in the VarState anyway, we just always store the full type,
    which will allow also for other optimizations like not always spilling
    and filling the full 8 bytes.
    
    R=titzer@chromium.org
    
    Bug: v8:6600
    Change-Id: I6c7c1d39847063591bf72b7f186a2128295d889b
    Reviewed-on: https://chromium-review.googlesource.com/789861
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#49641}
    b0a87c85
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...