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

Issue 6069010: First part of lithium ARM port. (Closed)

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

Description

First part of lithium ARM port. Implement LoadNamedField, CallConstantFunction, CmpMapAndBranch, JSArrayLength, BoundsCheck, IsNull, CallFunction, and CallStub in the ARM lithium codegenerator. BUG= TEST=

Patch Set 1 #

Patch Set 2 : Removed StoreNamedField. #

Patch Set 3 : Fix typo. #

Total comments: 22

Patch Set 4 : Adress comments and a small bug fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -36 lines) Patch
M src/arm/lithium-arm.h View 1 2 3 2 chunks +20 lines, -18 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 3 3 chunks +9 lines, -8 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 9 chunks +137 lines, -10 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Karl Klose
9 years, 11 months ago (2011-01-04 09:04:40 UTC) #1
Kevin Millikin (Chromium)
http://codereview.chromium.org/6069010/diff/4001/src/arm/lithium-arm.h File src/arm/lithium-arm.h (right): http://codereview.chromium.org/6069010/diff/4001/src/arm/lithium-arm.h#newcode1146 src/arm/lithium-arm.h:1146: Handle<Map> map_; FYI you shouldn't need any of the ...
9 years, 11 months ago (2011-01-04 09:17:19 UTC) #2
Alexandre
I guess I know why you removed the StoreNamedField code. I implemented the same stubs ...
9 years, 11 months ago (2011-01-04 09:50:37 UTC) #3
Søren Thygesen Gjesse
http://codereview.chromium.org/6069010/diff/4001/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): http://codereview.chromium.org/6069010/diff/4001/src/arm/lithium-codegen-arm.cc#newcode1222 src/arm/lithium-codegen-arm.cc:1222: __ cmp(reg, Operand(Factory::null_value())); ou should use the root array ...
9 years, 11 months ago (2011-01-04 11:23:34 UTC) #4
Karl Klose
http://codereview.chromium.org/6069010/diff/4001/src/arm/lithium-arm.h File src/arm/lithium-arm.h (right): http://codereview.chromium.org/6069010/diff/4001/src/arm/lithium-arm.h#newcode1146 src/arm/lithium-arm.h:1146: Handle<Map> map_; On 2011/01/04 09:17:19, Kevin Millikin wrote: > ...
9 years, 11 months ago (2011-01-04 12:32:18 UTC) #5
Søren Thygesen Gjesse
9 years, 11 months ago (2011-01-04 12:44:19 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698