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

Issue 279423005: Customized support for feedback on calls to Array. (Closed)

Created:
6 years, 7 months ago by mvstanton
Modified:
6 years, 7 months ago
Reviewers:
Sven Panne, danno
CC:
v8-dev
Visibility:
Public.

Description

Customized support for feedback on calls to Array. Gather transition feedback on array calls, and inline the Array function call when it makes sense. R=danno@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21429

Patch Set 1 #

Total comments: 16

Patch Set 2 : Code review comments. #

Patch Set 3 : Ports. #

Total comments: 8

Patch Set 4 : Rebase and comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+620 lines, -245 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 3 6 chunks +65 lines, -9 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 2 3 6 chunks +73 lines, -11 lines 0 comments Download
M src/ast.h View 1 2 chunks +15 lines, -0 lines 0 comments Download
M src/code-stubs.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 2 3 3 chunks +16 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 9 chunks +83 lines, -66 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 5 chunks +68 lines, -11 lines 0 comments Download
M src/ic.h View 1 4 chunks +32 lines, -7 lines 0 comments Download
M src/ic.cc View 1 2 3 3 chunks +58 lines, -6 lines 0 comments Download
M src/objects.cc View 1 2 3 1 chunk +23 lines, -6 lines 0 comments Download
M src/type-info.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/type-info.cc View 3 chunks +14 lines, -4 lines 0 comments Download
M src/typing.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 5 chunks +67 lines, -8 lines 0 comments Download
M test/mjsunit/array-constructor-feedback.js View 4 chunks +9 lines, -23 lines 0 comments Download
M test/mjsunit/array-feedback.js View 2 chunks +91 lines, -92 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
mvstanton
Hi Danno, Here is the use of CallICStub to gather feedback for Array() calls. Toon ...
6 years, 7 months ago (2014-05-13 15:15:40 UTC) #1
danno
Crankshaft stub? https://codereview.chromium.org/279423005/diff/1/src/ast.h File src/ast.h (right): https://codereview.chromium.org/279423005/diff/1/src/ast.h#newcode1733 src/ast.h:1733: class AllocationSiteInfo: public ZoneObject { CallInfo? Don't ...
6 years, 7 months ago (2014-05-16 16:34:11 UTC) #2
mvstanton
Thanks Danno, comments addressed. I couldn't address the crankshaft stub idea though, since we need ...
6 years, 7 months ago (2014-05-19 13:45:24 UTC) #3
mvstanton
Uploaded ports...
6 years, 7 months ago (2014-05-20 07:55:31 UTC) #4
danno
LGTM wit nits. https://codereview.chromium.org/279423005/diff/40001/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right): https://codereview.chromium.org/279423005/diff/40001/src/arm/code-stubs-arm.cc#newcode3125 src/arm/code-stubs-arm.cc:3125: // the MONOMORPHIC_ARRAY case is handled ...
6 years, 7 months ago (2014-05-22 08:20:43 UTC) #5
mvstanton
Thanks Danno, added some comments, rebased, landing. https://codereview.chromium.org/279423005/diff/40001/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right): https://codereview.chromium.org/279423005/diff/40001/src/arm/code-stubs-arm.cc#newcode3125 src/arm/code-stubs-arm.cc:3125: // the ...
6 years, 7 months ago (2014-05-22 09:29:46 UTC) #6
mvstanton
6 years, 7 months ago (2014-05-22 09:30:15 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r21429 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698