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

Issue 248213002: Expose functionality to create a stack trace to internal vm code. (Closed)

Created:
6 years, 8 months ago by regis
Modified:
6 years, 8 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Expose functionality to create a stack trace to internal vm code. Provide functionality to limit depth of printed stack trace. Fix frame numbering in presence of invisible functions in stack trace. Let FlowGraphBuilder know if it is building a graph to generate optimized code. The above features will be used to warn on Javascript incompatibilities. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=35319

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -33 lines) Patch
M runtime/vm/compiler.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/exceptions.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/exceptions.cc View 1 2 2 chunks +24 lines, -16 lines 0 comments Download
M runtime/vm/flow_graph_builder.h View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 2 4 chunks +5 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/object.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 6 chunks +9 lines, -7 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
regis
6 years, 8 months ago (2014-04-22 21:33:33 UTC) #1
srdjan
lgtm https://codereview.chromium.org/248213002/diff/1/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://codereview.chromium.org/248213002/diff/1/runtime/vm/exceptions.cc#newcode348 runtime/vm/exceptions.cc:348: RawStacktrace* Exceptions::CurrentStacktrace() { Maybe move this into the ...
6 years, 8 months ago (2014-04-23 15:53:11 UTC) #2
regis
Thanks! https://codereview.chromium.org/248213002/diff/1/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://codereview.chromium.org/248213002/diff/1/runtime/vm/exceptions.cc#newcode348 runtime/vm/exceptions.cc:348: RawStacktrace* Exceptions::CurrentStacktrace() { On 2014/04/23 15:53:12, srdjan wrote: ...
6 years, 8 months ago (2014-04-23 17:27:29 UTC) #3
regis
6 years, 8 months ago (2014-04-23 17:58:17 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r35319 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698