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

Issue 2648443004: Implement complex switch statement (switch with continue). (Closed)

Created:
3 years, 11 months ago by Emily Fortuna
Modified:
3 years, 11 months ago
Reviewers:
sra1
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Implement complex switch statement (switch with continue). BUG=https://github.com/dart-lang/sdk/issues/27394 R=sra@google.com Committed: https://github.com/dart-lang/sdk/commit/d1027b2605c4bb08943a3024fa9a276f53467b70

Patch Set 1 : . #

Patch Set 2 : . #

Total comments: 6

Patch Set 3 : dartfmt #

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+442 lines, -65 lines) Patch
M pkg/compiler/lib/src/ssa/builder.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 1 2 3 5 chunks +174 lines, -26 lines 0 comments Download
M pkg/compiler/lib/src/ssa/jump_handler.dart View 1 2 3 2 chunks +33 lines, -26 lines 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart View 1 2 6 chunks +41 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/ssa/switch_continue_analysis.dart View 1 2 3 chunks +9 lines, -7 lines 0 comments Download
A tests/compiler/dart2js/kernel/switch_test.dart View 1 2 3 1 chunk +184 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
Emily Fortuna
3 years, 11 months ago (2017-01-19 01:16:18 UTC) #3
Emily Fortuna
This brings us up to 83.1%!
3 years, 11 months ago (2017-01-19 01:57:13 UTC) #5
sra1
LGTM with Ssa - > Ast rename https://codereview.chromium.org/2648443004/diff/60001/pkg/compiler/lib/src/ssa/builder_kernel.dart File pkg/compiler/lib/src/ssa/builder_kernel.dart (right): https://codereview.chromium.org/2648443004/diff/60001/pkg/compiler/lib/src/ssa/builder_kernel.dart#newcode1277 pkg/compiler/lib/src/ssa/builder_kernel.dart:1277: /// Shared ...
3 years, 11 months ago (2017-01-19 23:03:48 UTC) #6
Emily Fortuna
https://codereview.chromium.org/2648443004/diff/60001/pkg/compiler/lib/src/ssa/builder_kernel.dart File pkg/compiler/lib/src/ssa/builder_kernel.dart (right): https://codereview.chromium.org/2648443004/diff/60001/pkg/compiler/lib/src/ssa/builder_kernel.dart#newcode1277 pkg/compiler/lib/src/ssa/builder_kernel.dart:1277: /// Shared helper method for creating the list of ...
3 years, 11 months ago (2017-01-19 23:19:01 UTC) #7
Emily Fortuna
3 years, 11 months ago (2017-01-19 23:20:17 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:100001) manually as
d1027b2605c4bb08943a3024fa9a276f53467b70 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698