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

Issue 9958070: Implement JumpNode handling (continue, break) in Dowhile and While nodes. (Closed)

Created:
8 years, 8 months ago by srdjan
Modified:
8 years, 8 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Implement JumpNode handling (continue, break) in Dowhile and While nodes. Committed: https://code.google.com/p/dart/source/detail?r=6098

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -21 lines) Patch
M runtime/vm/flow_graph_builder.cc View 1 2 4 chunks +68 lines, -21 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
8 years, 8 months ago (2012-04-02 17:16:38 UTC) #1
regis
LGTM https://chromiumcodereview.appspot.com/9958070/diff/2001/runtime/vm/flow_graph_builder.cc File runtime/vm/flow_graph_builder.cc (right): https://chromiumcodereview.appspot.com/9958070/diff/2001/runtime/vm/flow_graph_builder.cc#newcode723 runtime/vm/flow_graph_builder.cc:723: // g) break-join Isn't the break-join optional?
8 years, 8 months ago (2012-04-02 17:53:52 UTC) #2
srdjan
8 years, 8 months ago (2012-04-04 17:33:18 UTC) #3
https://chromiumcodereview.appspot.com/9958070/diff/2001/runtime/vm/flow_grap...
File runtime/vm/flow_graph_builder.cc (right):

https://chromiumcodereview.appspot.com/9958070/diff/2001/runtime/vm/flow_grap...
runtime/vm/flow_graph_builder.cc:723: // g) break-join
On 2012/04/02 17:53:52, regis wrote:
> Isn't the break-join optional?

Yes, added comment.

Powered by Google App Engine
This is Rietveld 408576698