• bmeurer's avatar
    [turbofan] Initial version of the new LoadElimination. · d70dc1ac
    bmeurer authored
    This adds a new optimization phase to the TurboFan pipeline, which walks
    over the effect chain and tries to eliminate redundant loads (and even
    some stores) of object fields. We currently ignore element access, but
    that will probably need to be handled as well at some point. We also
    don't have any special treatment to properly track object maps, which is
    also on the list of things that will happen afterwards.
    
    The implementation is pretty simple currently, and probably way to
    inefficient. It's meant to be a proof-of-concept to iterate on.
    
    R=jarin@chromium.org
    BUG=v8:4930,v8:5141
    
    Review-Url: https://codereview.chromium.org/2120253002
    Cr-Commit-Position: refs/heads/master@{#37528}
    d70dc1ac
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...
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...
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...