Description[turbofan] Mark for non-concurrent recompilation on OSR
Re-enable marking functions for optimized compilation on the next call
when using OSR. We would previously do this for all functions. However,
it only benefits functions marked for concurrent recompilation. These
would potentially run unoptimized again and be OSRed again.
In addition any function that already was optimized concurrently had
it's optimized code removed and would have been recompiled. Functions to
be baselined would skip that and possibly deopt.
BUG=chromium:651042
Committed: https://crrev.com/660d11a217855f9704dacc106bbda46a249c2b77
Cr-Commit-Position: refs/heads/master@{#39934}
Patch Set 1 #Patch Set 2 : fix compile #Patch Set 3 : reword comment #Messages
Total messages: 7 (3 generated)
|