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

Issue 1628003: Port string stub for keyed loads to x64 and ARM (http://code.google.com/p/v8/... (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 stub for keyed loads to x64 and ARM (http://code.google.com/p/v8/issues/detail?id=566).

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -1 line) Patch
M src/arm/ic-arm.cc View 1 1 chunk +23 lines, -0 lines 0 comments Download
M src/x64/ic-x64.cc View 1 2 1 chunk +26 lines, -1 line 0 comments Download
M test/mjsunit/string-index.js View 1 2 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
podivilov
10 years, 8 months ago (2010-04-06 11:38:27 UTC) #1
Vitaly Repeshko
http://codereview.chromium.org/1628003/diff/1/4 File src/arm/ic-arm.cc (right): http://codereview.chromium.org/1628003/diff/1/4#newcode728 src/arm/ic-arm.cc:728: __ push(r1); // receiver Use stm here? http://codereview.chromium.org/1628003/diff/1/2 File ...
10 years, 8 months ago (2010-04-06 12:04:28 UTC) #2
podivilov
http://codereview.chromium.org/1628003/diff/1/4 File src/arm/ic-arm.cc (right): http://codereview.chromium.org/1628003/diff/1/4#newcode728 src/arm/ic-arm.cc:728: __ push(r1); // receiver On 2010/04/06 12:04:28, Vitaly wrote: ...
10 years, 8 months ago (2010-04-06 13:10:33 UTC) #3
Vitaly Repeshko
10 years, 8 months ago (2010-04-06 13:39:06 UTC) #4
LGTM!

I'll land.


Thanks,
Vitaly

Powered by Google App Engine
This is Rietveld 408576698