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

Issue 8002019: Add Crankshaft support for smi-only elements (Closed)

Created:
9 years, 3 months ago by Jakob Kummerow
Modified:
9 years, 2 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Add Crankshaft support for smi-only elements Committed: http://code.google.com/p/v8/source/detail?r=9426

Patch Set 1 #

Total comments: 15

Patch Set 2 : addressed comments, added tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -80 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 8 chunks +90 lines, -74 lines 0 comments Download
M src/hydrogen-instructions.h View 1 3 chunks +20 lines, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/ic.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M test/mjsunit/element-kind.js View 1 1 chunk +67 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Jakob Kummerow
PTAL.
9 years, 3 months ago (2011-09-23 08:04:18 UTC) #1
danno
http://codereview.chromium.org/8002019/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): http://codereview.chromium.org/8002019/diff/1/src/hydrogen-instructions.h#newcode3737 src/hydrogen-instructions.h:3737: ValueType value_type = GENERIC_VALUE) Why not just use ElementKind ...
9 years, 3 months ago (2011-09-23 09:05:24 UTC) #2
danno
a little clarification http://codereview.chromium.org/8002019/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): http://codereview.chromium.org/8002019/diff/1/src/hydrogen.cc#newcode4007 src/hydrogen.cc:4007: HInstruction* HGraphBuilder::BuildFastElementAccess(HValue* elements, "not last last ...
9 years, 3 months ago (2011-09-23 09:07:52 UTC) #3
Jakob Kummerow
Here you go, please take another look. http://codereview.chromium.org/8002019/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): http://codereview.chromium.org/8002019/diff/1/src/hydrogen-instructions.h#newcode3737 src/hydrogen-instructions.h:3737: ValueType value_type ...
9 years, 2 months ago (2011-09-26 11:30:32 UTC) #4
danno
9 years, 2 months ago (2011-09-26 11:55:23 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698