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

Issue 2497933002: [Interpreter] Fix runtime-profiler ticks for Interpreted functions. (Closed)

Created:
4 years, 1 month ago by rmcilroy
Modified:
4 years, 1 month ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Interpreter] Fix runtime-profiler ticks for Interpreted functions. Fix two bugs with the runtime-profiler optimization heuristics for interpreted code: - Reset shared->tick_count for interpreted functions when optimizing - Update ticks after checking whether to optimize functions, to be the same as the FCG profiler checks (where updates are done to the code ticks after deciding whether to optimize). BUG=chromium:662071 Committed: https://crrev.com/aed65cb45ab1e816bead2895bb56ca6a77137136 Cr-Commit-Position: refs/heads/master@{#40978}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -13 lines) Patch
M src/compiler.cc View 1 2 chunks +10 lines, -2 lines 0 comments Download
M src/runtime-profiler.cc View 3 chunks +14 lines, -11 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
rmcilroy
Michi / Mythri, PTAL, thanks.
4 years, 1 month ago (2016-11-14 14:57:15 UTC) #2
Michael Starzinger
LGTM. https://codereview.chromium.org/2497933002/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/2497933002/diff/1/src/compiler.cc#newcode643 src/compiler.cc:643: if (shared->is_compiled()) { question: I know this code ...
4 years, 1 month ago (2016-11-14 15:36:49 UTC) #3
mythria
LGTM.
4 years, 1 month ago (2016-11-14 15:55:11 UTC) #4
rmcilroy
https://codereview.chromium.org/2497933002/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/2497933002/diff/1/src/compiler.cc#newcode643 src/compiler.cc:643: if (shared->is_compiled()) { On 2016/11/14 15:36:49, Michael Starzinger wrote: ...
4 years, 1 month ago (2016-11-14 17:24:26 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2497933002/20001
4 years, 1 month ago (2016-11-14 20:30:33 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-15 05:45:15 UTC) #13
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:33:21 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/aed65cb45ab1e816bead2895bb56ca6a77137136
Cr-Commit-Position: refs/heads/master@{#40978}

Powered by Google App Engine
This is Rietveld 408576698