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

Issue 111573003: Hydrogen: Re-use regular comparisons infrastructure for switch statements (Closed)

Created:
7 years ago by Jakob Kummerow
Modified:
7 years ago
Reviewers:
rossberg
CC:
v8-dev, Toon Verwaest
Visibility:
Public.

Description

Hydrogen: Re-use regular comparisons infrastructure for switch statements R=rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18348

Patch Set 1 #

Total comments: 5

Patch Set 2 : added comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -138 lines) Patch
M src/ast.h View 2 chunks +0 lines, -6 lines 0 comments Download
M src/code-stubs.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/hydrogen.h View 1 chunk +9 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 8 chunks +66 lines, -91 lines 0 comments Download
M src/type-info.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/type-info.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/typing.cc View 1 2 chunks +8 lines, -23 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Jakob Kummerow
This is based on https://codereview.chromium.org/110123002/. Please take a look.
7 years ago (2013-12-11 09:09:27 UTC) #1
rossberg
LGTM with nits https://codereview.chromium.org/111573003/diff/1/src/hydrogen.cc File src/hydrogen.cc (left): https://codereview.chromium.org/111573003/diff/1/src/hydrogen.cc#oldcode9145 src/hydrogen.cc:9145: Representation combined_rep = Representation::FromType(combined_type); Not sure ...
7 years ago (2013-12-11 09:41:34 UTC) #2
Jakob Kummerow
Thanks for the review. https://codereview.chromium.org/111573003/diff/1/src/hydrogen.cc File src/hydrogen.cc (left): https://codereview.chromium.org/111573003/diff/1/src/hydrogen.cc#oldcode9145 src/hydrogen.cc:9145: Representation combined_rep = Representation::FromType(combined_type); On ...
7 years ago (2013-12-11 10:00:01 UTC) #3
rossberg
https://codereview.chromium.org/111573003/diff/1/src/hydrogen.cc File src/hydrogen.cc (left): https://codereview.chromium.org/111573003/diff/1/src/hydrogen.cc#oldcode9145 src/hydrogen.cc:9145: Representation combined_rep = Representation::FromType(combined_type); On 2013/12/11 10:00:01, Jakob wrote: ...
7 years ago (2013-12-11 11:35:26 UTC) #4
Jakob Kummerow
On 2013/12/11 11:35:26, rossberg wrote: > Yes, I assumed as much. Though I still wonder ...
7 years ago (2013-12-11 11:58:46 UTC) #5
rossberg
On 2013/12/11 11:58:46, Jakob wrote: > On 2013/12/11 11:35:26, rossberg wrote: > > Yes, I ...
7 years ago (2013-12-11 12:21:46 UTC) #6
Jakob Kummerow
7 years ago (2013-12-18 11:59:07 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r18348.

Powered by Google App Engine
This is Rietveld 408576698