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

Issue 5967008: ARM implementations of LoadElements, LoadKeyedFastElement, StoreNamedField, S... (Closed)

Created:
9 years, 11 months ago by m.m.capewell
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM implementations of LoadElements, LoadKeyedFastElement, StoreNamedField, StoreKeyedFastElement. BUG=none TEST=none Committed: http://code.google.com/p/v8/source/detail?r=6214

Patch Set 1 #

Total comments: 14

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -16 lines) Patch
M src/arm/lithium-arm.h View 1 3 chunks +0 lines, -4 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 chunks +1 line, -7 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 4 chunks +98 lines, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
m.m.capewell
9 years, 11 months ago (2011-01-05 16:44:18 UTC) #1
Søren Thygesen Gjesse
http://codereview.chromium.org/5967008/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): http://codereview.chromium.org/5967008/diff/1/src/arm/lithium-codegen-arm.cc#newcode1591 src/arm/lithium-codegen-arm.cc:1591: Label done; r9 -> scratch0() http://codereview.chromium.org/5967008/diff/1/src/arm/lithium-codegen-arm.cc#newcode1610 src/arm/lithium-codegen-arm.cc:1610: void LCodeGen::DoLoadKeyedFastElement(LLoadKeyedFastElement* ...
9 years, 11 months ago (2011-01-06 10:38:11 UTC) #2
Alexandre
Thanks for the review. The patch should be uploaded soon. Alexandre http://codereview.chromium.org/5967008/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): ...
9 years, 11 months ago (2011-01-06 14:54:44 UTC) #3
m.m.capewell
9 years, 11 months ago (2011-01-06 15:37:02 UTC) #4
Søren Thygesen Gjesse
9 years, 11 months ago (2011-01-07 07:40:08 UTC) #5
LGTM

Committed: http://code.google.com/p/v8/source/detail?r=6214

Thank you for the patch.

Powered by Google App Engine
This is Rietveld 408576698