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

Issue 1368963002: dart2js cps: Logical rewriter should treat Throw as a terminator. (Closed)

Created:
5 years, 2 months ago by asgerf
Modified:
5 years, 2 months ago
Reviewers:
sra1
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js cps: Logical rewriter should treat Throw as a terminator. Because of this bug, the tree IR had a tendency to put throw statements at the bottom of a method, even if it meant inserting an explicit negation in a branch. BUG= R=sra@google.com Committed: https://github.com/dart-lang/sdk/commit/3cd331cbb66add2c564439a4e604872f073d4946

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M pkg/compiler/lib/src/tree_ir/optimization/logical_rewriter.dart View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (1 generated)
asgerf
5 years, 2 months ago (2015-09-25 11:34:46 UTC) #2
sra1
lgtm
5 years, 2 months ago (2015-09-25 17:03:26 UTC) #3
asgerf
5 years, 2 months ago (2015-09-28 09:14:32 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
3cd331cbb66add2c564439a4e604872f073d4946 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698