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

Issue 2519003002: [profiler] collect more source positions when debugger is active. (Closed)

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

Description

[profiler] collect more source positions when debugger is active. In order for profiles of optimized code to have accurate source positions, we need to prepare for this when compiling. If the profiler is enabled late, this may be missing, leading to inaccurate profile data. A compromise to solve this is to prepare for accurate positions if the debugger (and therefore DevTools) is active, even if we are not currently capturing a profile. The alternative is to deopt everything upon profiling, but that would affect the profile significantly. R=alph@chromium.org, bmeurer@chromium.org, neis@chromium.org, tebbi@chromium.org Committed: https://crrev.com/418142b5a032a9f1d47eb614b00858a67c369661 Cr-Commit-Position: refs/heads/master@{#41217}

Patch Set 1 #

Patch Set 2 : include #

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

Messages

Total messages: 20 (14 generated)
Yang
4 years, 1 month ago (2016-11-21 11:43:43 UTC) #1
neis
lgtm
4 years, 1 month ago (2016-11-21 11:46:05 UTC) #3
Tobias Tebbi
lgtm
4 years, 1 month ago (2016-11-21 11:52:23 UTC) #4
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/2519003002/20001
4 years ago (2016-11-23 12:13:43 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-11-23 12:42:26 UTC) #18
commit-bot: I haz the power
4 years ago (2016-11-23 12:42:57 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/418142b5a032a9f1d47eb614b00858a67c369661
Cr-Commit-Position: refs/heads/master@{#41217}

Powered by Google App Engine
This is Rietveld 408576698