• leszeks's avatar
    [ignition/turbo] Add liveness analysis for the accumulator · 0c1727ad
    leszeks authored
    Adds a boolean flag to the liveness analysis which makes it also analyze
    the accumulator. This can help prevent the accumulator escaping loops,
    as well as decreasing the number of distinct state values nodes in the
    graph.
    
    The flag is a kind of ugly way to hack this in, however it is probably
    the simplest to add, and (more importantly) to remove once the AST graph
    builder is gone.
    
    I measure a 2.6% improvement on Mandreel on my x64 machine, and a ~2%
    improvement on Navier-Stokes. Other improvements are expected.
    
    Review-Url: https://codereview.chromium.org/2428503002
    Cr-Commit-Position: refs/heads/master@{#40359}
    0c1727ad
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
fuzzer Loading commit data...
inspector 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...
BUILD.gn 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...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...