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

Issue 6541060: Change the translation of break/continue into Hydrogen. (Closed)

Created:
9 years, 10 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Change the translation of break/continue into Hydrogen. Resolve break and continue when we see them, rather then deferring them until later. Committed: http://code.google.com/p/v8/source/detail?r=6878

Patch Set 1 #

Patch Set 2 : Simplify a bit. #

Total comments: 6

Patch Set 3 : Addressed review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -129 lines) Patch
M src/hydrogen.h View 1 2 7 chunks +69 lines, -43 lines 0 comments Download
M src/hydrogen.cc View 1 2 18 chunks +99 lines, -86 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Kevin Millikin (Chromium)
http://codereview.chromium.org/6541060/diff/4/src/hydrogen.cc File src/hydrogen.cc (left): http://codereview.chromium.org/6541060/diff/4/src/hydrogen.cc#oldcode529 src/hydrogen.cc:529: const ZoneList<BreakContinueInfo*>* infos = break_continue_info(); Before, we kept this ...
9 years, 10 months ago (2011-02-21 15:41:07 UTC) #1
Mads Ager (chromium)
LGTM I would merge the two classes instead of having an info class and a ...
9 years, 10 months ago (2011-02-22 08:18:58 UTC) #2
Kevin Millikin (Chromium)
New change uploaded. I renamed BreakStackEntry ==> BreakAndContinueScope. I might be overgeneralizing at this point, ...
9 years, 10 months ago (2011-02-22 08:36:35 UTC) #3
Mads Ager (chromium)
9 years, 10 months ago (2011-02-22 08:39:35 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698