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

Issue 3291015: Custom call IC for String.fromCharCode. (Closed)

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

Description

Custom call IC for String.fromCharCode. Committed: http://code.google.com/p/v8/source/detail?r=5433

Patch Set 1 #

Total comments: 14

Patch Set 2 : Global calls. Review fixes. #

Patch Set 3 : Removed todo #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+629 lines, -231 lines) Patch
M src/arm/stub-cache-arm.cc View 1 2 11 chunks +161 lines, -65 lines 5 comments Download
M src/bootstrapper.cc View 1 chunk +17 lines, -7 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 13 chunks +157 lines, -63 lines 1 comment Download
M src/stub-cache.h View 1 3 chunks +39 lines, -19 lines 0 comments Download
M src/stub-cache.cc View 1 1 chunk +15 lines, -15 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 14 chunks +151 lines, -62 lines 1 comment Download
A test/mjsunit/string-fromcharcode.js View 1 1 chunk +89 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Vitaly Repeshko
10 years, 3 months ago (2010-09-06 18:03:39 UTC) #1
antonm
http://codereview.chromium.org/3291015/diff/1/2 File src/arm/stub-cache-arm.cc (right): http://codereview.chromium.org/3291015/diff/1/2#newcode1532 src/arm/stub-cache-arm.cc:1532: Register result = r0; looks like result is only ...
10 years, 3 months ago (2010-09-06 18:26:34 UTC) #2
Mads Ager (chromium)
No additional comments. Looks good when Anton is happy. :)
10 years, 3 months ago (2010-09-07 06:05:25 UTC) #3
Vitaly Repeshko
Comments addressed. I extended custom generators to support the call global case. Please take another ...
10 years, 3 months ago (2010-09-08 14:35:53 UTC) #4
antonm
LGTM http://codereview.chromium.org/3291015/diff/10002/11001 File src/arm/stub-cache-arm.cc (right): http://codereview.chromium.org/3291015/diff/10002/11001#newcode1224 src/arm/stub-cache-arm.cc:1224: JSObject* holder, is it true that holder is ...
10 years, 3 months ago (2010-09-08 15:26:05 UTC) #5
Vitaly Repeshko
10 years, 3 months ago (2010-09-09 13:39:54 UTC) #6
On 2010/09/08 15:26:05, antonm wrote:
> LGTM

Thanks! I added a few more asserts, unified the comments, and extended the set
of ia32 and_ signatures to accept smis.

The patch is now submitted.

-- Vitaly

Powered by Google App Engine
This is Rietveld 408576698