• mstarzinger's avatar
    [interpreter] Reachability is implied by live environment. · 83a2c8ed
    mstarzinger authored
    The reachability of a bytecode is implied by a live environment reaching
    the bytecode during the abstract control flow simulation of the bytecode
    iteration perfromed by the graph builder. There is no need to compute it
    upfront anymore.
    
    Also, the upfront computation was only an approximation when it came to
    the reachability of an exception handler. This is why several tests for
    translation of exception handlers can now be enabled.
    
    R=oth@chromium.org
    
    Review URL: https://codereview.chromium.org/1645293003
    
    Cr-Commit-Position: refs/heads/master@{#33634}
    83a2c8ed
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...