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

Issue 23964003: Traverse inlined frames lazily when printing the stacktrace. (Closed)

Created:
7 years, 3 months ago by srdjan
Modified:
7 years, 3 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Traverse inlined frames lazily when printing the stacktrace. No need to carry separate function and code array, since function can always be extracted from code. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=27209

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 6

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Total comments: 2

Patch Set 12 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -214 lines) Patch
M runtime/lib/stacktrace.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +13 lines, -45 lines 0 comments Download
M runtime/vm/exceptions.cc View 1 2 3 4 5 6 7 8 9 10 11 11 chunks +11 lines, -69 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -10 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 6 7 8 9 10 11 9 chunks +86 lines, -78 lines 0 comments Download
M runtime/vm/object_store.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -5 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
srdjan
7 years, 3 months ago (2013-09-04 21:10:08 UTC) #1
siva
As discussed offline on OOM cases we should make sure we don't allocate anymore heap ...
7 years, 3 months ago (2013-09-04 22:25:20 UTC) #2
srdjan
PTAL https://codereview.chromium.org/23964003/diff/25001/runtime/lib/stacktrace.cc File runtime/lib/stacktrace.cc (right): https://codereview.chromium.org/23964003/diff/25001/runtime/lib/stacktrace.cc#newcode55 runtime/lib/stacktrace.cc:55: if (func.is_visible()) { On 2013/09/04 22:25:21, siva wrote: ...
7 years, 3 months ago (2013-09-05 18:14:09 UTC) #3
siva
lgtm https://codereview.chromium.org/23964003/diff/69001/runtime/vm/raw_object.h File runtime/vm/raw_object.h (right): https://codereview.chromium.org/23964003/diff/69001/runtime/vm/raw_object.h#newcode1485 runtime/vm/raw_object.h:1485: bool expand_inlined_; // False for special exceptions. // ...
7 years, 3 months ago (2013-09-05 19:52:45 UTC) #4
srdjan
https://codereview.chromium.org/23964003/diff/69001/runtime/vm/raw_object.h File runtime/vm/raw_object.h (right): https://codereview.chromium.org/23964003/diff/69001/runtime/vm/raw_object.h#newcode1485 runtime/vm/raw_object.h:1485: bool expand_inlined_; // False for special exceptions. On 2013/09/05 ...
7 years, 3 months ago (2013-09-05 20:24:50 UTC) #5
srdjan
7 years, 3 months ago (2013-09-05 20:25:07 UTC) #6
Message was sent while issue was closed.
Committed patchset #12 manually as r27209 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698