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

Issue 7000021: Support symbol comparison in crankshaft. (Closed)

Created:
9 years, 7 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Support symbol comparison in crankshaft. Committed: http://code.google.com/p/v8/source/detail?r=7865

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+250 lines, -0 lines) Patch
M src/arm/lithium-arm.h View 2 chunks +24 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 chunks +35 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +24 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M src/type-info.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/type-info.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +24 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Vitaly Repeshko
9 years, 7 months ago (2011-05-11 12:21:28 UTC) #1
Mads Ager (chromium)
http://codereview.chromium.org/7000021/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): http://codereview.chromium.org/7000021/diff/1/src/hydrogen-instructions.h#newcode2438 src/hydrogen-instructions.h:2438: virtual bool DataEquals(HValue* other) { return true; } Don't ...
9 years, 7 months ago (2011-05-11 12:37:31 UTC) #2
Vitaly Repeshko
http://codereview.chromium.org/7000021/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): http://codereview.chromium.org/7000021/diff/1/src/hydrogen-instructions.h#newcode2438 src/hydrogen-instructions.h:2438: virtual bool DataEquals(HValue* other) { return true; } On ...
9 years, 7 months ago (2011-05-11 12:44:46 UTC) #3
Mads Ager (chromium)
9 years, 7 months ago (2011-05-11 12:45:00 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698