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

Issue 1861283002: Prepare StackFrame hierarchy & iterators for WASM (Closed)

Created:
4 years, 8 months ago by Clemens Hammacher
Modified:
4 years, 8 months ago
Reviewers:
titzer, JF
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

Prepare StackFrame hierarchy & iterators for WASM This particularly changes the StackTraceFrameIterator such that is not only returs JavaScriptFrames, but also WasmFrames. Because of that, some methods (Summarize, function, receiver) were pulled up to the StandardFrame, with specializations in JavaScriptFrame and WasmFrame. R=jfb@chromium.org, titzer@chromium.org BUG= Committed: https://crrev.com/084544867233027d1fa0e761baafa78309d4ae65 Cr-Commit-Position: refs/heads/master@{#35293}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address Ben's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -71 lines) Patch
M src/frames.h View 1 8 chunks +51 lines, -36 lines 0 comments Download
M src/frames.cc View 1 7 chunks +44 lines, -17 lines 0 comments Download
M src/frames-inl.h View 1 3 chunks +22 lines, -10 lines 0 comments Download
M src/isolate.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/profiler/allocation-tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/profiler/sampling-heap-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-run-inlining.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
Clemens Hammacher
4 years, 8 months ago (2016-04-06 09:01:16 UTC) #1
titzer
https://codereview.chromium.org/1861283002/diff/1/src/frames-inl.h File src/frames-inl.h (right): https://codereview.chromium.org/1861283002/diff/1/src/frames-inl.h#newcode288 src/frames-inl.h:288: bool StackTraceFrameIterator::isJS() const { return frame()->is_java_script(); } Spell out ...
4 years, 8 months ago (2016-04-06 09:53:23 UTC) #2
Clemens Hammacher
https://codereview.chromium.org/1861283002/diff/1/src/frames-inl.h File src/frames-inl.h (right): https://codereview.chromium.org/1861283002/diff/1/src/frames-inl.h#newcode288 src/frames-inl.h:288: bool StackTraceFrameIterator::isJS() const { return frame()->is_java_script(); } On 2016/04/06 ...
4 years, 8 months ago (2016-04-06 10:18:29 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1861283002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1861283002/20001
4 years, 8 months ago (2016-04-06 10:21:23 UTC) #5
titzer
lgtm, nice!
4 years, 8 months ago (2016-04-06 10:47:39 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1861283002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1861283002/20001
4 years, 8 months ago (2016-04-06 11:04:25 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-06 11:37:24 UTC) #10
commit-bot: I haz the power
4 years, 8 months ago (2016-04-06 11:38:28 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/084544867233027d1fa0e761baafa78309d4ae65
Cr-Commit-Position: refs/heads/master@{#35293}

Powered by Google App Engine
This is Rietveld 408576698