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

Issue 2670843002: [stubs] Also port the CallICStub to CSA. (Closed)

Created:
3 years, 10 months ago by Benedikt Meurer
Modified:
3 years, 10 months ago
Reviewers:
mvstanton
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Also port the CallICStub to CSA. Port the Call feedback machinery from the interpreter to the CallICStub as second step to unify the feedback collection. This removes a lot of hand-written native code, and makes the runtime miss handler obsolete. The next step will be to use the CallICStub from the interpreter as well. Drive-by-fix: Adjust CallIC/CallICTrampoline descriptors names. R=mvstanton@chromium.org BUG=v8:5049 Review-Url: https://codereview.chromium.org/2670843002 Cr-Commit-Position: refs/heads/master@{#42889} Committed: https://chromium.googlesource.com/v8/v8/+/d68dfe861931fb9614700ba195a304deaa499021

Patch Set 1 #

Total comments: 2

Patch Set 2 : Introduce FullCodeGenerator::IntFromSlot. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+302 lines, -1292 lines) Patch
M src/arm/code-stubs-arm.cc View 1 chunk +0 lines, -186 lines 0 comments Download
M src/arm/interface-descriptors-arm.cc View 2 chunks +9 lines, -4 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 chunk +0 lines, -206 lines 0 comments Download
M src/arm64/interface-descriptors-arm64.cc View 2 chunks +9 lines, -4 lines 0 comments Download
M src/code-factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/code-factory.cc View 2 chunks +9 lines, -2 lines 0 comments Download
M src/code-stubs.h View 4 chunks +7 lines, -12 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +174 lines, -1 line 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/full-codegen.h View 1 1 chunk +7 lines, -1 line 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +0 lines, -200 lines 0 comments Download
M src/ia32/interface-descriptors-ia32.cc View 2 chunks +9 lines, -4 lines 0 comments Download
M src/ic/ic.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ic/ic.cc View 2 chunks +0 lines, -58 lines 0 comments Download
M src/interface-descriptors.h View 4 chunks +18 lines, -14 lines 0 comments Download
M src/interface-descriptors.cc View 3 chunks +18 lines, -9 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 chunk +0 lines, -181 lines 0 comments Download
M src/mips/interface-descriptors-mips.cc View 2 chunks +9 lines, -4 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 chunk +0 lines, -183 lines 0 comments Download
M src/mips64/interface-descriptors-mips64.cc View 2 chunks +9 lines, -4 lines 0 comments Download
M src/ppc/interface-descriptors-ppc.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/s390/interface-descriptors-s390.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +0 lines, -195 lines 0 comments Download
M src/x64/interface-descriptors-x64.cc View 2 chunks +9 lines, -4 lines 0 comments Download
M src/x87/interface-descriptors-x87.cc View 1 chunk +2 lines, -4 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 17 (11 generated)
Benedikt Meurer
3 years, 10 months ago (2017-02-02 12:22:10 UTC) #1
mvstanton
LGTM, one small issue to address. Bye-bye platform code! https://codereview.chromium.org/2670843002/diff/1/src/full-codegen/ia32/full-codegen-ia32.cc File src/full-codegen/ia32/full-codegen-ia32.cc (right): https://codereview.chromium.org/2670843002/diff/1/src/full-codegen/ia32/full-codegen-ia32.cc#newcode1819 src/full-codegen/ia32/full-codegen-ia32.cc:1819: ...
3 years, 10 months ago (2017-02-02 12:33:52 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/2670843002/diff/1/src/full-codegen/ia32/full-codegen-ia32.cc File src/full-codegen/ia32/full-codegen-ia32.cc (right): https://codereview.chromium.org/2670843002/diff/1/src/full-codegen/ia32/full-codegen-ia32.cc#newcode1819 src/full-codegen/ia32/full-codegen-ia32.cc:1819: __ Move(edx, Immediate(SmiFromSlot(expr->CallFeedbackICSlot())->value())); On 2017/02/02 12:33:52, mvstanton wrote: > ...
3 years, 10 months ago (2017-02-02 12:37:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2670843002/20001
3 years, 10 months ago (2017-02-02 12:37:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2670843002/20001
3 years, 10 months ago (2017-02-02 12:49:52 UTC) #14
commit-bot: I haz the power
3 years, 10 months ago (2017-02-02 13:29:43 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/d68dfe861931fb9614700ba195a304deaa4...

Powered by Google App Engine
This is Rietveld 408576698