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

Issue 1769014: Port string keyed load IC improvements (r4444) to ARM. (Closed)

Created:
10 years, 8 months ago by podivilov
Modified:
9 years, 3 months ago
Reviewers:
Vitaly Repeshko
CC:
v8-dev
Visibility:
Public.

Description

Port string keyed load IC improvements (r4444) to ARM. Committed: http://code.google.com/p/v8/source/detail?r=4573

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+371 lines, -231 lines) Patch
M src/arm/codegen-arm.h View 4 chunks +71 lines, -36 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 2 3 18 chunks +221 lines, -144 lines 0 comments Download
M src/arm/ic-arm.cc View 1 2 3 1 chunk +54 lines, -15 lines 0 comments Download
M src/builtins.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/runtime.js View 1 chunk +0 lines, -11 lines 0 comments Download
M src/x64/codegen-x64.h View 2 chunks +24 lines, -23 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Vitaly Repeshko
10 years, 7 months ago (2010-04-30 12:23:36 UTC) #1
LGTM

http://codereview.chromium.org/1769014/diff/12001/13001
File src/arm/codegen-arm.cc (right):

http://codereview.chromium.org/1769014/diff/12001/13001#newcode3959
src/arm/codegen-arm.cc:3959: void
CodeGenerator::GenerateFastCharCodeAt(ZoneList<Expression*>* args) {
Comments for this method in and inside it need to be updated.

http://codereview.chromium.org/1769014/diff/12001/13003
File src/arm/ic-arm.cc (right):

http://codereview.chromium.org/1769014/diff/12001/13003#newcode854
src/arm/ic-arm.cc:854: __ mov(ip, Operand(Factory::heap_number_map()));
LoadRoot?

Powered by Google App Engine
This is Rietveld 408576698