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

Issue 1694016: Simplify the use of the stm instruction on ARM. (Closed)

Created:
10 years, 8 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Simplify the use of the stm instruction on ARM. Committed: http://code.google.com/p/v8/source/detail?r=4501

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -48 lines) Patch
M src/arm/codegen-arm.cc View 8 chunks +8 lines, -14 lines 0 comments Download
M src/arm/ic-arm.cc View 9 chunks +9 lines, -12 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +59 lines, -0 lines 1 comment Download
M src/arm/stub-cache-arm.cc View 8 chunks +10 lines, -18 lines 0 comments Download
M src/arm/virtual-frame-arm.cc View 2 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
10 years, 8 months ago (2010-04-26 14:00:08 UTC) #1
Søren Thygesen Gjesse
10 years, 8 months ago (2010-04-26 14:08:15 UTC) #2
LGTM

http://codereview.chromium.org/1694016/diff/1/2
File src/arm/macro-assembler-arm.h (right):

http://codereview.chromium.org/1694016/diff/1/2#newcode102
src/arm/macro-assembler-arm.h:102: str(src1, MemOperand(sp, 4, NegPreIndex),
cond);
Why not use push (from arm-assembler) for this?

Powered by Google App Engine
This is Rietveld 408576698