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

Issue 3009463002: Handle labelled continue statements (Closed)

Created:
3 years, 3 months ago by Johnni Winther
Modified:
3 years, 3 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Update comment #

Total comments: 2

Patch Set 3 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -27 lines) Patch
M pkg/compiler/lib/src/elements/jumps.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/elements/modelx.dart View 1 chunk +6 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_model/locals.dart View 1 2 6 chunks +33 lines, -13 lines 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/serialization/equivalence.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/serialization/resolved_ast_serialization.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/jump_handler.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart View 2 chunks +6 lines, -1 line 0 comments Download
M tests/compiler/dart2js/jumps/data/nested_loops.dart View 1 chunk +23 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart View 1 2 chunks +50 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Johnni Winther
3 years, 3 months ago (2017-08-24 08:03:58 UTC) #2
Johnni Winther
3 years, 3 months ago (2017-08-24 12:59:04 UTC) #4
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/3009463002/diff/20001/pkg/compiler/lib/src/js_model/locals.dart File pkg/compiler/lib/src/js_model/locals.dart (right): https://codereview.chromium.org/3009463002/diff/20001/pkg/compiler/lib/src/js_model/locals.dart#newcode220 pkg/compiler/lib/src/js_model/locals.dart:220: if (target.labels.isEmpty) { nit: consider adding a helper ...
3 years, 3 months ago (2017-08-25 00:38:50 UTC) #5
Johnni Winther
https://codereview.chromium.org/3009463002/diff/20001/pkg/compiler/lib/src/js_model/locals.dart File pkg/compiler/lib/src/js_model/locals.dart (right): https://codereview.chromium.org/3009463002/diff/20001/pkg/compiler/lib/src/js_model/locals.dart#newcode220 pkg/compiler/lib/src/js_model/locals.dart:220: if (target.labels.isEmpty) { On 2017/08/25 00:38:50, Siggi Cherem (dart-lang) ...
3 years, 3 months ago (2017-08-25 07:11:51 UTC) #6
Johnni Winther
3 years, 3 months ago (2017-08-25 07:24:31 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
69c233d8e2e0ba2a49eb79a8703533568e7ec511 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698