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

Issue 1907443002: Introduce approximate mode for StandardFrame::Summarize. (Closed)

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

Description

Introduce approximate mode for StandardFrame::Summarize. The approximate mode enables taking an approximate stack trace from GC, where the top frames might be missing if inlined. Note that in that case, the frame summary will refer to optimized code, so it will not be possible to take source position. (The user of the summary will have to handle the case frame_summary.abstract_code()->kind() == AbstractCode::OPTIMIZED_CODE specially.) Committed: https://crrev.com/fcbe95c8dc3cd738ac2643a2f3488609de49addd Cr-Commit-Position: refs/heads/master@{#35728}

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 2

Patch Set 3 : Addressed review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -19 lines) Patch
M src/deoptimizer.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/frames.h View 1 6 chunks +23 lines, -6 lines 0 comments Download
M src/frames.cc View 1 2 11 chunks +32 lines, -13 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
Jarin
Could you take a look, please?
4 years, 8 months ago (2016-04-20 08:45:01 UTC) #3
Michael Starzinger
LGTM. https://codereview.chromium.org/1907443002/diff/20001/src/frames.cc File src/frames.cc (right): https://codereview.chromium.org/1907443002/diff/20001/src/frames.cc#newcode1180 src/frames.cc:1180: DCHECK_NOT_NULL(data); nit: Maybe even "DCHECK(data != nullptr && ...
4 years, 8 months ago (2016-04-22 11:19:06 UTC) #4
Jarin
https://codereview.chromium.org/1907443002/diff/20001/src/frames.cc File src/frames.cc (right): https://codereview.chromium.org/1907443002/diff/20001/src/frames.cc#newcode1180 src/frames.cc:1180: DCHECK_NOT_NULL(data); On 2016/04/22 11:19:06, Michael Starzinger wrote: > nit: ...
4 years, 8 months ago (2016-04-22 12:27:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1907443002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1907443002/40001
4 years, 8 months ago (2016-04-22 12:27:23 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-22 12:37:30 UTC) #10
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:15:36 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/fcbe95c8dc3cd738ac2643a2f3488609de49addd
Cr-Commit-Position: refs/heads/master@{#35728}

Powered by Google App Engine
This is Rietveld 408576698