• mstarzinger's avatar
    [interpreter] Elide OSR polling from fake loops. · 962fd4ae
    mstarzinger authored
    This makes sure we are not inserting {OsrPoll} instructions for any
    statements that are not actually loops and have no back edges. Without
    back edges the {BytecodeGraphBuilder} is unable to deduce loop ranges
    and hence cannot construct a graph for OSR entry.
    
    R=neis@chromium.org
    TEST=mjsunit/regress/regress-5252
    BUG=v8:5252
    
    Review-Url: https://codereview.chromium.org/2200733002
    Cr-Commit-Position: refs/heads/master@{#38233}
    962fd4ae
Name
Last commit
Last update
..
bytecode_expectations Loading commit data...
bytecode-expectations-printer.cc Loading commit data...
bytecode-expectations-printer.h Loading commit data...
generate-bytecode-expectations.cc Loading commit data...
interpreter-tester.cc Loading commit data...
interpreter-tester.h Loading commit data...
source-position-matcher.cc Loading commit data...
source-position-matcher.h Loading commit data...
test-bytecode-generator.cc Loading commit data...
test-interpreter-intrinsics.cc Loading commit data...
test-interpreter.cc Loading commit data...
test-source-positions.cc Loading commit data...