Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Issue 1880073002: [Interpreter] Disables OSR for interpreted functions when called with %OptimizeOSR. (Closed)

Created:
4 years, 8 months ago by mythria
Modified:
4 years, 8 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[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 Committed: https://crrev.com/570c2a3237dabdeb36b4139d8f2150d4b289a247 Cr-Commit-Position: refs/heads/master@{#35421}

Patch Set 1 #

Patch Set 2 : Correct fix. The earlier fix was not correct. #

Total comments: 2

Patch Set 3 : Fixes a typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M src/runtime/runtime-test.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (14 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1880073002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1880073002/1
4 years, 8 months ago (2016-04-12 11:03:26 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-12 11:24:57 UTC) #5
mythria
This is to fix clusterfuzz bug: https://bugs.chromium.org/p/chromium/issues/detail?id=599002. When we use %OptimizeOSR with ignition flag, we ...
4 years, 8 months ago (2016-04-12 11:38:12 UTC) #7
mythria
Sorry, don't look at it yet. I think I fixed at the wrong place. Will ...
4 years, 8 months ago (2016-04-12 11:44:59 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1880073002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1880073002/20001
4 years, 8 months ago (2016-04-12 11:56:39 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-12 12:17:03 UTC) #14
mythria
PTAL. Uploaded the correct fix now :).
4 years, 8 months ago (2016-04-12 12:20:47 UTC) #15
Michael Starzinger
LGTM.
4 years, 8 months ago (2016-04-12 12:31:11 UTC) #16
rmcilroy
LGTM https://codereview.chromium.org/1880073002/diff/20001/src/runtime/runtime-test.cc File src/runtime/runtime-test.cc (right): https://codereview.chromium.org/1880073002/diff/20001/src/runtime/runtime-test.cc#newcode138 src/runtime/runtime-test.cc:138: // If funciton is interpreted, just return. OSR ...
4 years, 8 months ago (2016-04-12 12:56:56 UTC) #17
mythria
Thanks for the review. https://codereview.chromium.org/1880073002/diff/20001/src/runtime/runtime-test.cc File src/runtime/runtime-test.cc (right): https://codereview.chromium.org/1880073002/diff/20001/src/runtime/runtime-test.cc#newcode138 src/runtime/runtime-test.cc:138: // If funciton is interpreted, ...
4 years, 8 months ago (2016-04-12 14:23:24 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1880073002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1880073002/40001
4 years, 8 months ago (2016-04-12 14:23:40 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-12 14:43:33 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1880073002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1880073002/40001
4 years, 8 months ago (2016-04-12 15:22:54 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-12 15:24:55 UTC) #27
commit-bot: I haz the power
4 years, 8 months ago (2016-04-12 15:25:45 UTC) #29
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/570c2a3237dabdeb36b4139d8f2150d4b289a247
Cr-Commit-Position: refs/heads/master@{#35421}

Powered by Google App Engine
This is Rietveld 408576698