[Interpreter] Disables OSR for interpreted functions when called with %OptimizeOSR.
When %OptimizeOSR is used with ignition flag, the runtime function tries to compile for OSR on interpreted functions. This cl modifies Runtime_OptimizeOsr function to return false for interpreted frames. BUG=v8:4280,chromium:599002 LOG=N Review URL: https://codereview.chromium.org/1880073002 Cr-Commit-Position: refs/heads/master@{#35421}
Showing
Please
register
or
sign in
to comment