• bmeurer's avatar
    [turbofan] Restore basic write barrier elimination. · 7dcb6ad3
    bmeurer authored
    Restore the basic write barrier elimination that we used to run as part
    of the simplified lowering phase (in ChangeLowering actually) before, by
    moving the write barrier computation to SimplifiedLowering where we can
    still look at types and consider the heap/isolate, and just update the
    WriteBarrierKind in the FieldAccess/ElementAccess that we later use when
    lowering to a machine Load/Store.
    
    CQ_INCLUDE_TRYBOTS=tryserver.v8:v8_linux64_tsan_rel
    R=mstarzinger@chromium.org
    BUG=v8:4969,chromium:608636
    LOG=n
    
    Review-Url: https://codereview.chromium.org/1938993002
    Cr-Commit-Position: refs/heads/master@{#35969}
    7dcb6ad3
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
fuzzer 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...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
ignition.gyp Loading commit data...
ignition.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...