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

Issue 956583003: Save exception and stack trace variables in async catch clauses and use them (Closed)

Created:
5 years, 10 months ago by regis
Modified:
5 years, 10 months ago
Reviewers:
hausner, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Ivan Posva
Visibility:
Public.

Description

Save exception and stack trace variables in async catch clauses and use them in rethrow statements (fix issue 22523). R=hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=44001

Patch Set 1 #

Total comments: 14

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -31 lines) Patch
M runtime/vm/flow_graph_builder.cc View 1 4 chunks +18 lines, -17 lines 0 comments Download
M runtime/vm/parser.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 7 chunks +87 lines, -13 lines 0 comments Download
M runtime/vm/symbols.h View 1 chunk +2 lines, -0 lines 0 comments Download
M tests/language/language.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 7 (2 generated)
regis
5 years, 10 months ago (2015-02-24 19:17:53 UTC) #2
Ivan Posva
DBC -ip https://codereview.chromium.org/956583003/diff/1/runtime/vm/flow_graph_builder.cc File runtime/vm/flow_graph_builder.cc (right): https://codereview.chromium.org/956583003/diff/1/runtime/vm/flow_graph_builder.cc#newcode4063 runtime/vm/flow_graph_builder.cc:4063: ASSERT(!catch_block->stacktrace_var().is_captured()); Why is the fact that ':saved_try_context_var' ...
5 years, 10 months ago (2015-02-24 20:52:39 UTC) #4
hausner
LGTM w/comments. Does this fix any of the crasher bugs where we try to write ...
5 years, 10 months ago (2015-02-24 20:57:32 UTC) #5
regis
Thanks! https://codereview.chromium.org/956583003/diff/1/runtime/vm/flow_graph_builder.cc File runtime/vm/flow_graph_builder.cc (right): https://codereview.chromium.org/956583003/diff/1/runtime/vm/flow_graph_builder.cc#newcode4063 runtime/vm/flow_graph_builder.cc:4063: ASSERT(!catch_block->stacktrace_var().is_captured()); On 2015/02/24 20:52:39, Ivan Posva wrote: > ...
5 years, 10 months ago (2015-02-24 22:05:13 UTC) #6
regis
5 years, 10 months ago (2015-02-24 22:05:42 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r44001 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698