• mstarzinger's avatar
    [turbofan] Add JSStackCheck into loop bodies. · 322cfb35
    mstarzinger authored
    This allows loopy TurboFan code to be interrupted by placing a stack
    check (i.e. JSStackCheck node) into each loop. Note that we currently
    limit this to non-asm.js code. Also note that stack checks are actually
    placed after loop headers and not at back-branches, which allows us to
    reuse existing BailoutIds from Crankshaft.
    
    R=titzer@chromium.org
    
    Review URL: https://codereview.chromium.org/1065923002
    
    Cr-Commit-Position: refs/heads/master@{#27666}
    322cfb35
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...