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

Issue 5107002: Avoiding repacking payload for v8::Arguments and v8::AccessorInfo (arm). (Closed)

Created:
10 years, 1 month ago by SeRya
Modified:
9 years, 7 months ago
Reviewers:
antonm
CC:
v8-dev
Visibility:
Public.

Description

Avoiding repacking payload for v8::Arguments and v8::AccessorInfo (arm) Committed: http://code.google.com/p/v8/source/detail?r=5859

Patch Set 1 #

Total comments: 13

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -44 lines) Patch
M src/apiutils.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 4 chunks +16 lines, -17 lines 0 comments Download
M src/builtins.cc View 1 2 1 chunk +7 lines, -14 lines 1 comment Download
M src/ia32/stub-cache-ia32.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M src/stub-cache.cc View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-api.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
SeRya
10 years, 1 month ago (2010-11-17 12:15:59 UTC) #1
antonm
http://codereview.chromium.org/5107002/diff/1/src/arm/stub-cache-arm.cc File src/arm/stub-cache-arm.cc (right): http://codereview.chromium.org/5107002/diff/1/src/arm/stub-cache-arm.cc#newcode1084 src/arm/stub-cache-arm.cc:1084: __ push(receiver); // Receiver nit: probably change R -> ...
10 years, 1 month ago (2010-11-17 14:10:29 UTC) #2
SeRya
http://codereview.chromium.org/5107002/diff/1/src/arm/stub-cache-arm.cc File src/arm/stub-cache-arm.cc (right): http://codereview.chromium.org/5107002/diff/1/src/arm/stub-cache-arm.cc#newcode1084 src/arm/stub-cache-arm.cc:1084: __ push(receiver); // Receiver On 2010/11/17 14:10:32, antonm wrote: ...
10 years, 1 month ago (2010-11-17 15:36:29 UTC) #3
antonm
LGTM with comment addressed http://codereview.chromium.org/5107002/diff/1/src/builtins.cc File src/builtins.cc (right): http://codereview.chromium.org/5107002/diff/1/src/builtins.cc#newcode1091 src/builtins.cc:1091: Handle<JSFunction> function = args.at<JSFunction>(args_length); On ...
10 years, 1 month ago (2010-11-18 11:36:08 UTC) #4
SeRya
I found a bug in prev CL, so please review again. http://codereview.chromium.org/5107002/diff/10001/src/arm/stub-cache-arm.cc File src/arm/stub-cache-arm.cc (right): ...
10 years, 1 month ago (2010-11-18 15:36:32 UTC) #5
antonm
10 years, 1 month ago (2010-11-18 16:06:37 UTC) #6
LGTM.

And before you submit it, please, fix the title:

Avoi[g]ing repacking payload for v[9]::Arguments and v8::AccessorInfo (arm)

should be

Avoiding repacking payload for v8::Arguments and v8::AccessorInfo (arm)

Powered by Google App Engine
This is Rietveld 408576698