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

Issue 2795103004: [inspector] introduced StackFrame::IsWasm flag (Closed)

Created:
3 years, 8 months ago by kozy
Modified:
3 years, 8 months ago
Reviewers:
dgozman, Yang
CC:
v8-reviews_googlegroups.com, devtools-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[inspector] introduced StackFrame::IsWasm flag We don't need to do any kind of translation for non-wasm frames. And we need this knowledge for lazy symbolization. Capturing stack trace is ~7% faster. BUG=v8:6189 R=dgozman@chromium.org,yangguo@chromium.org Review-Url: https://codereview.chromium.org/2795103004 Cr-Commit-Position: refs/heads/master@{#44502} Committed: https://chromium.googlesource.com/v8/v8/+/c0c1d760283a52918ac0cbf5237e010930ffb734

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebased #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -2 lines) Patch
M include/v8.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/inspector/v8-stack-trace-impl.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/isolate.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
kozy
Dmitry and Yang, please take a look.
3 years, 8 months ago (2017-04-05 00:23:12 UTC) #1
Yang
lgtm
3 years, 8 months ago (2017-04-05 06:56:51 UTC) #2
dgozman
https://codereview.chromium.org/2795103004/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/2795103004/diff/1/include/v8.h#newcode1651 include/v8.h:1651: * return whether or not the associated functions is ...
3 years, 8 months ago (2017-04-05 15:35:05 UTC) #3
kozy
https://codereview.chromium.org/2795103004/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/2795103004/diff/1/include/v8.h#newcode1653 include/v8.h:1653: bool IsWasm() const; On 2017/04/05 15:35:05, dgozman wrote: > ...
3 years, 8 months ago (2017-04-05 15:43:41 UTC) #4
kozy
comment fixed. https://codereview.chromium.org/2795103004/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/2795103004/diff/1/include/v8.h#newcode1651 include/v8.h:1651: * return whether or not the associated ...
3 years, 8 months ago (2017-04-05 15:54:37 UTC) #5
dgozman
lgtm
3 years, 8 months ago (2017-04-06 19:22:40 UTC) #10
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/2795103004/40001
3 years, 8 months ago (2017-04-08 22:00:14 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/v8/v8/+/c0c1d760283a52918ac0cbf5237e010930ffb734
3 years, 8 months ago (2017-04-08 22:26:30 UTC) #16
Yang
3 years, 8 months ago (2017-04-08 22:45:13 UTC) #17
Message was sent while issue was closed.
On 2017/04/08 22:26:30, commit-bot: I haz the power wrote:
> Committed patchset #3 (id:40001) as
>
https://chromium.googlesource.com/v8/v8/+/c0c1d760283a52918ac0cbf5237e010930f...

Please make sure not to use the newly introduced API in Chrome, at least until
branch point!

Powered by Google App Engine
This is Rietveld 408576698