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

Issue 554152: Change StoreIC interface on ARM platform (Closed)

Created:
10 years, 10 months ago by William Hesse
Modified:
9 years, 7 months ago
Visibility:
Public.

Description

Change StoreIC interface on ARM platform Committed: http://code.google.com/p/v8/source/detail?r=3830

Patch Set 1 #

Total comments: 14

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -77 lines) Patch
M src/arm/codegen-arm.cc View 1 2 3 3 chunks +18 lines, -9 lines 0 comments Download
M src/arm/debug-arm.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 6 chunks +15 lines, -12 lines 0 comments Download
M src/arm/ic-arm.cc View 1 2 3 2 chunks +4 lines, -5 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 2 3 8 chunks +26 lines, -46 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Chromium)
http://codereview.chromium.org/554152/diff/1/2 File src/arm/codegen-arm.cc (right): http://codereview.chromium.org/554152/diff/1/2#newcode2734 src/arm/codegen-arm.cc:2734: __ ldr(r9, frame_->Top()); I prefer r1. It's the next ...
10 years, 10 months ago (2010-02-01 17:55:57 UTC) #1
William Hesse
All requested changes made. CallCodeObject versions taking Result arguments were already removed in a separate ...
10 years, 10 months ago (2010-02-10 13:11:20 UTC) #2
Kevin Millikin (Chromium)
10 years, 10 months ago (2010-02-10 14:07:10 UTC) #3
LGTM

http://codereview.chromium.org/554152/diff/5002/5004
File src/arm/full-codegen-arm.cc (right):

http://codereview.chromium.org/554152/diff/5002/5004#newcode953
src/arm/full-codegen-arm.cc:953: Apply(context, r0);
Every path on this function ends with Apply(context, r0) so you could lift out
out of the branches.

http://codereview.chromium.org/554152/diff/5002/5007
File src/arm/stub-cache-arm.cc (right):

http://codereview.chromium.org/554152/diff/5002/5007#newcode1259
src/arm/stub-cache-arm.cc:1259: __ push(ip);
This sequence of three pushes can be replaced with stm if you wish.

Powered by Google App Engine
This is Rietveld 408576698