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

Issue 23445012: Mark exception handlers if they have a stacktrace specified. Do not build a stacktrace if the handl… (Closed)

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

Description

Mark exception handlers if they have a stacktrace specified. Do not build a stacktrace if the handler has no stacktrace. R=asiva@google.com, hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=26823

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 16

Patch Set 8 : #

Patch Set 9 : #

Total comments: 4

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -79 lines) Patch
runtime/vm/ast.h View 1 2 3 4 5 6 7 8 9 3 chunks +6 lines, -2 lines 0 comments Download
runtime/vm/code_descriptors.h View 1 2 3 4 5 6 7 8 9 4 chunks +7 lines, -2 lines 0 comments Download
runtime/vm/exceptions.cc View 1 2 3 4 5 6 7 8 9 4 chunks +95 lines, -52 lines 0 comments Download
runtime/vm/flow_graph_builder.cc View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -2 lines 0 comments Download
runtime/vm/flow_graph_compiler.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
runtime/vm/flow_graph_compiler.cc View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -2 lines 0 comments Download
runtime/vm/intermediate_language.h View 1 2 3 4 5 6 7 8 9 3 chunks +7 lines, -2 lines 0 comments Download
runtime/vm/intermediate_language_arm.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
runtime/vm/intermediate_language_ia32.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
runtime/vm/intermediate_language_mips.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
runtime/vm/intermediate_language_x64.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
runtime/vm/object.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -1 line 0 comments Download
runtime/vm/object.cc View 1 2 3 4 5 6 7 8 9 4 chunks +23 lines, -2 lines 0 comments Download
runtime/vm/object_test.cc View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -4 lines 0 comments Download
runtime/vm/parser.cc View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -1 line 0 comments Download
runtime/vm/raw_object.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
runtime/vm/stack_frame.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -1 line 0 comments Download
runtime/vm/stack_frame.cc View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
srdjan
7 years, 3 months ago (2013-08-28 15:11:47 UTC) #1
hausner
LGTM but please also get the LGTS(iva). https://codereview.chromium.org/23445012/diff/48001/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://codereview.chromium.org/23445012/diff/48001/runtime/vm/exceptions.cc#newcode198 runtime/vm/exceptions.cc:198: uword handler_pc ...
7 years, 3 months ago (2013-08-28 16:08:20 UTC) #2
siva
One question regarding nested try..catch blocks where a stacktrace is declared in the outer catch ...
7 years, 3 months ago (2013-08-28 17:00:09 UTC) #3
srdjan
PTAL https://codereview.chromium.org/23445012/diff/48001/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://codereview.chromium.org/23445012/diff/48001/runtime/vm/exceptions.cc#newcode198 runtime/vm/exceptions.cc:198: uword handler_pc = NULL; On 2013/08/28 17:00:09, siva ...
7 years, 3 months ago (2013-08-28 20:38:29 UTC) #4
siva
lgtm https://codereview.chromium.org/23445012/diff/11001/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://codereview.chromium.org/23445012/diff/11001/runtime/vm/exceptions.cc#newcode270 runtime/vm/exceptions.cc:270: bool is_catch_all = false; This can be hoisted ...
7 years, 3 months ago (2013-08-28 22:07:00 UTC) #5
srdjan
https://codereview.chromium.org/23445012/diff/11001/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://codereview.chromium.org/23445012/diff/11001/runtime/vm/exceptions.cc#newcode270 runtime/vm/exceptions.cc:270: bool is_catch_all = false; On 2013/08/28 22:07:00, siva wrote: ...
7 years, 3 months ago (2013-08-28 22:37:20 UTC) #6
srdjan
7 years, 3 months ago (2013-08-28 22:42:33 UTC) #7
Message was sent while issue was closed.
Committed patchset #10 manually as r26823 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698