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

Issue 66983002: Add ability to do "else-if" clauses in IfBuilder (Closed)

Created:
7 years, 1 month ago by danno
Modified:
7 years, 1 month ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Add ability to do "else-if" clauses in IfBuilder - In an Else block it's possible to add more If<>'s in the same builder that are treated as an else if. - Simplified and cleaned-up some of the IfBuilder's internals. R=mstarzinger@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=17780

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -71 lines) Patch
M src/hydrogen.h View 1 3 chunks +32 lines, -5 lines 0 comments Download
M src/hydrogen.cc View 1 11 chunks +133 lines, -66 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
danno
PTAL
7 years, 1 month ago (2013-11-08 16:40:32 UTC) #1
Michael Starzinger
This just blows my mind. LGTM. https://codereview.chromium.org/66983002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/66983002/diff/1/src/hydrogen.cc#newcode1164 src/hydrogen.cc:1164: set_current_block(NULL); This change ...
7 years, 1 month ago (2013-11-12 09:50:00 UTC) #2
danno
Feedback addressed, landing https://codereview.chromium.org/66983002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/66983002/diff/1/src/hydrogen.cc#newcode1164 src/hydrogen.cc:1164: set_current_block(NULL); On 2013/11/12 09:50:00, Michael Starzinger ...
7 years, 1 month ago (2013-11-14 14:46:39 UTC) #3
danno
7 years, 1 month ago (2013-11-15 10:36:09 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r17780 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698