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

Issue 6532020: ARM: Implement DoPower in the lithium code generator. (Closed)

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

Description

ARM: Implement DoPower in the lithium code generator.

Patch Set 1 #

Total comments: 16

Patch Set 2 : Addressed comments. #

Total comments: 1

Patch Set 3 : Disable crankshaft on non ARM EABI platforms. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -5 lines) Patch
M src/arm/lithium-arm.h View 2 chunks +13 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 1 chunk +13 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 2 chunks +59 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M src/v8.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Karl Klose
9 years, 10 months ago (2011-02-17 09:24:49 UTC) #1
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/6532020/diff/1/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): http://codereview.chromium.org/6532020/diff/1/src/arm/lithium-arm.cc#newcode1431 src/arm/lithium-arm.cc:1431: return MarkAsCall(DefineFixedDouble(result, d3), instr, Please do either MarkAsCall( ...
9 years, 10 months ago (2011-02-17 09:59:56 UTC) #2
Karl Klose
Please have a look again. This version still only works for ARM EABI, but it ...
9 years, 10 months ago (2011-02-21 13:34:58 UTC) #3
Søren Thygesen Gjesse
9 years, 10 months ago (2011-02-23 09:35:01 UTC) #4
LGTM

http://codereview.chromium.org/6532020/diff/4001/src/arm/macro-assembler-arm.cc
File src/arm/macro-assembler-arm.cc (right):

http://codereview.chromium.org/6532020/diff/4001/src/arm/macro-assembler-arm....
src/arm/macro-assembler-arm.cc:750: UNIMPLEMENTED();
UNIMPLEMENTED -> UNREACHABLE

I think we should force FLAG_crankshaft to off if USE_ARM_EABI is not defined.

Powered by Google App Engine
This is Rietveld 408576698