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

Issue 1215503012: dart2js cps: Do not propagate uses of loop variables past their update. (Closed)

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

Description

dart2js cps: Do not propagate uses of loop variables past their update. Also some documentation specifying the SSA-like assumptions we make about the input to StatementRewriter. BUG= R=kmillikin@google.com Committed: https://github.com/dart-lang/sdk/commit/01d2d2cb7309a758da46414ec4e5f9956df02526

Patch Set 1 #

Patch Set 2 : Update doc comment #

Patch Set 3 : Status file #

Total comments: 4

Patch Set 4 : Comments #

Patch Set 5 : Another non-complex -> simple #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -6 lines) Patch
M pkg/compiler/lib/src/tree_ir/optimization/statement_rewriter.dart View 1 2 3 4 12 chunks +106 lines, -5 lines 0 comments Download
M tests/compiler/dart2js_extra/dart2js_extra.status View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
asgerf
5 years, 5 months ago (2015-07-01 11:37:21 UTC) #2
Kevin Millikin (Google)
LGTM. https://codereview.chromium.org/1215503012/diff/40001/pkg/compiler/lib/src/tree_ir/optimization/statement_rewriter.dart File pkg/compiler/lib/src/tree_ir/optimization/statement_rewriter.dart (right): https://codereview.chromium.org/1215503012/diff/40001/pkg/compiler/lib/src/tree_ir/optimization/statement_rewriter.dart#newcode11 pkg/compiler/lib/src/tree_ir/optimization/statement_rewriter.dart:11: * Translates out of SSA form into direct-style. ...
5 years, 5 months ago (2015-07-01 13:48:04 UTC) #3
asgerf
https://codereview.chromium.org/1215503012/diff/40001/pkg/compiler/lib/src/tree_ir/optimization/statement_rewriter.dart File pkg/compiler/lib/src/tree_ir/optimization/statement_rewriter.dart (right): https://codereview.chromium.org/1215503012/diff/40001/pkg/compiler/lib/src/tree_ir/optimization/statement_rewriter.dart#newcode11 pkg/compiler/lib/src/tree_ir/optimization/statement_rewriter.dart:11: * Translates out of SSA form into direct-style. On ...
5 years, 5 months ago (2015-07-01 14:04:17 UTC) #4
asgerf
5 years, 5 months ago (2015-07-02 13:15:08 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
01d2d2cb7309a758da46414ec4e5f9956df02526 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698