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

Issue 633423002: Teach TurboFan to call vector-based ICs. (Closed)

Created:
6 years, 2 months ago by mvstanton
Modified:
6 years, 2 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Teach TurboFan to call vector-based ICs. Additional static information needs to be passed to Load and KeyedLoad calls if --vector-ics is turned on. R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24519

Patch Set 1 : Patch One. #

Total comments: 8

Patch Set 2 : Code comments. #

Patch Set 3 : Ports. #

Total comments: 2

Patch Set 4 : Addressed nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -49 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M src/code-factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/code-factory.cc View 1 chunk +23 lines, -1 line 0 comments Download
M src/compiler/ast-graph-builder.h View 1 2 chunks +5 lines, -1 line 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 2 3 14 chunks +48 lines, -20 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 chunk +12 lines, -2 lines 0 comments Download
M src/compiler/js-operator.h View 1 3 chunks +48 lines, -3 lines 0 comments Download
M src/compiler/js-operator.cc View 1 5 chunks +55 lines, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/ic/ic.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/ic/ic.cc View 1 chunk +26 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M test/unittests/compiler/js-operator-unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/unittests/compiler/js-typed-lowering-unittest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
mvstanton
Hi Michael, Thanks for the help in TurboFanLand. Note there is one platform-specific change, slightly ...
6 years, 2 months ago (2014-10-08 13:56:45 UTC) #1
Michael Starzinger
https://codereview.chromium.org/633423002/diff/20001/src/compiler/ast-graph-builder.h File src/compiler/ast-graph-builder.h (right): https://codereview.chromium.org/633423002/diff/20001/src/compiler/ast-graph-builder.h#newcode55 src/compiler/ast-graph-builder.h:55: LoadICFeedbackNode LoadNamedFeedback(int slot) const { As discussed offline: Haveing ...
6 years, 2 months ago (2014-10-08 15:23:09 UTC) #3
mvstanton
Hi Michael, thanks for the look. Here is a new patch! --Michael https://codereview.chromium.org/633423002/diff/20001/src/compiler/ast-graph-builder.h File src/compiler/ast-graph-builder.h ...
6 years, 2 months ago (2014-10-10 08:26:16 UTC) #5
Michael Starzinger
LGTM (just one more nit). https://codereview.chromium.org/633423002/diff/130001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/633423002/diff/130001/src/compiler/ast-graph-builder.cc#newcode1105 src/compiler/ast-graph-builder.cc:1105: int slot = property->PropertyFeedbackSlot(); ...
6 years, 2 months ago (2014-10-10 09:09:59 UTC) #6
mvstanton
Cool, that is much better, thanks again, --Michael https://codereview.chromium.org/633423002/diff/130001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/633423002/diff/130001/src/compiler/ast-graph-builder.cc#newcode1105 src/compiler/ast-graph-builder.cc:1105: int ...
6 years, 2 months ago (2014-10-10 09:31:16 UTC) #7
mvstanton
6 years, 2 months ago (2014-10-10 09:50:02 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:220001) manually as 24519 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698