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

Issue 2790063002: Implement flow control with breaks (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Fix comment #

Patch Set 3 : Refactor #

Patch Set 4 : Fix bad refactoring #

Patch Set 5 : Implement breaks with linked states, conts and labels #

Total comments: 8

Patch Set 6 : Apply comments #

Total comments: 20

Patch Set 7 : Apply comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -35 lines) Patch
M pkg/kernel/lib/interpreter/interpreter.dart View 1 2 3 4 5 6 5 chunks +130 lines, -35 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
zhivkag
Hi, This is an implementation for breaks, as we discussed. It introduces: - State, which ...
3 years, 8 months ago (2017-04-03 12:23:05 UTC) #2
Dmitry Stefantsov
Great code! LGTM with few comments. https://codereview.chromium.org/2790063002/diff/80001/pkg/kernel/lib/interpreter/interpreter.dart File pkg/kernel/lib/interpreter/interpreter.dart (right): https://codereview.chromium.org/2790063002/diff/80001/pkg/kernel/lib/interpreter/interpreter.dart#newcode226 pkg/kernel/lib/interpreter/interpreter.dart:226: State.fromEnvironment(Environment env, State ...
3 years, 8 months ago (2017-04-03 14:17:20 UTC) #3
zhivkag
https://codereview.chromium.org/2790063002/diff/80001/pkg/kernel/lib/interpreter/interpreter.dart File pkg/kernel/lib/interpreter/interpreter.dart (right): https://codereview.chromium.org/2790063002/diff/80001/pkg/kernel/lib/interpreter/interpreter.dart#newcode226 pkg/kernel/lib/interpreter/interpreter.dart:226: State.fromEnvironment(Environment env, State s) On 2017/04/03 14:17:20, Dmitry Stefantsov ...
3 years, 8 months ago (2017-04-03 14:32:31 UTC) #4
Kevin Millikin (Google)
This looks very good. I have a lot of comments but they are somewhat superficial ...
3 years, 8 months ago (2017-04-05 08:21:48 UTC) #5
zhivkag
Thanks for the comments! As discussed, I kept the execution of statements in the trampoline ...
3 years, 8 months ago (2017-04-05 10:00:20 UTC) #6
Kevin Millikin (Google)
LGTM.
3 years, 8 months ago (2017-04-05 10:53:08 UTC) #7
zhivkag
3 years, 8 months ago (2017-04-05 11:00:59 UTC) #9
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
c91fd3103641fc7629f6902dccdf7cf95d9147a8 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698