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

Issue 11277: More work on completing Keyed IC code on ARM port.... (Closed)

Created:
12 years, 1 month ago by Feng Qian
Modified:
9 years, 7 months ago
Reviewers:
iposva
CC:
v8-dev
Visibility:
Public.

Description

More work on completing Keyed IC code on ARM port. Added stats counter support in macro-assembler-arm.*. Committed: http://code.google.com/p/v8/source/detail?r=807

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+402 lines, -137 lines) Patch
M src/ic-arm.cc View 5 chunks +158 lines, -58 lines 4 comments Download
M src/macro-assembler-arm.h View 1 chunk +11 lines, -0 lines 0 comments Download
M src/macro-assembler-arm.cc View 1 chunk +34 lines, -0 lines 0 comments Download
M src/stub-cache.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/stub-cache-arm.cc View 6 chunks +194 lines, -79 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Feng Qian
12 years, 1 month ago (2008-11-19 17:51:17 UTC) #1
iposva
Tiny comments, otherwise LGTM. -Ivan http://codereview.chromium.org/11277/diff/1/5 File src/ic-arm.cc (right): http://codereview.chromium.org/11277/diff/1/5#newcode472 Line 472: __ stm(db_w, sp, ...
12 years, 1 month ago (2008-11-20 05:17:30 UTC) #2
Feng Qian
12 years, 1 month ago (2008-11-20 16:50:38 UTC) #3
http://codereview.chromium.org/11277/diff/1/5
File src/ic-arm.cc (right):

http://codereview.chromium.org/11277/diff/1/5#newcode472
Line 472: __ stm(db_w, sp, r1.bit() | r3.bit());
All r0 - r3 are available. I cannot remember why I changed r2 to r1, but it
seems an unnecessary change. Reverted.

On 2008/11/20 05:17:30, iposva wrote:
> Why are you using r1 and r3 here and not r0 and r1? Are r0 and r2 registers
> already used for something? If so please document then in the -- State--
above.

http://codereview.chromium.org/11277/diff/1/5#newcode636
Line 636: __ ldr(r1, MemOperand(sp));
On 2008/11/20 05:17:30, iposva wrote:
> Can you use a different register as temporary register in the code above so
that
> you do not have to reload they key from memory again here?

Done.

Powered by Google App Engine
This is Rietveld 408576698