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

Issue 1178363002: Vector ICs: Turbofan vector store ic support (Closed)

Created:
5 years, 6 months ago by mvstanton
Modified:
5 years, 6 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Vector ICs: Turbofan vector store ic support Turbofan needs to pass vector slots around for named and keyed stores. Also, the CL addresses a missing slot for ClassLiterals. BUG= Committed: https://crrev.com/17c8ffeaa3e4e1769f0b4d0e7c8a6fb26b5297bd Cr-Commit-Position: refs/heads/master@{#29173}

Patch Set 1 #

Total comments: 18

Patch Set 2 : Code comments from Michael. #

Total comments: 10

Patch Set 3 : REBASE and comments. #

Patch Set 4 : Fix mips64 compile error. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -127 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 4 chunks +3 lines, -10 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 4 chunks +3 lines, -10 lines 0 comments Download
M src/ast.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/ast-graph-builder.h View 1 2 4 chunks +8 lines, -2 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 2 26 chunks +80 lines, -38 lines 0 comments Download
M src/compiler/js-operator.h View 1 2 3 chunks +36 lines, -4 lines 0 comments Download
M src/compiler/js-operator.cc View 1 2 6 chunks +48 lines, -7 lines 0 comments Download
M src/full-codegen.h View 1 2 2 chunks +4 lines, -6 lines 0 comments Download
M src/full-codegen.cc View 1 2 1 chunk +11 lines, -2 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 4 chunks +3 lines, -10 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 4 chunks +3 lines, -10 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 1 2 3 5 chunks +4 lines, -11 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 4 chunks +3 lines, -10 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 3 chunks +12 lines, -6 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
mvstanton
Hi guys, I'd ask Michael to review the changes under src/compiler, and Jakob to look ...
5 years, 6 months ago (2015-06-11 23:13:34 UTC) #2
Michael Starzinger
The TurboFan part is looking good. Mostly nits. https://codereview.chromium.org/1178363002/diff/1/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/1178363002/diff/1/src/compiler/ast-graph-builder.cc#newcode1645 src/compiler/ast-graph-builder.cc:1645: ResolveFeedbackSlot(slot), ...
5 years, 6 months ago (2015-06-12 07:59:06 UTC) #3
mvstanton
Hi guys, Addressed Michael's comments. Best, --Michael https://codereview.chromium.org/1178363002/diff/1/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/1178363002/diff/1/src/compiler/ast-graph-builder.cc#newcode1645 src/compiler/ast-graph-builder.cc:1645: ResolveFeedbackSlot(slot), BailoutId::None(), ...
5 years, 6 months ago (2015-06-12 17:18:47 UTC) #4
Jakob Kummerow
non-TF changes LGTM.
5 years, 6 months ago (2015-06-15 11:04:57 UTC) #5
Michael Starzinger
LGTM, just nits. https://codereview.chromium.org/1178363002/diff/20001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/1178363002/diff/20001/src/compiler/ast-graph-builder.cc#newcode1355 src/compiler/ast-graph-builder.cc:1355: ResolveFeedbackSlot(stmt->EachFeedbackSlot()), nit: Please pull into local ...
5 years, 6 months ago (2015-06-15 14:20:11 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1178363002/60001
5 years, 6 months ago (2015-06-21 13:31:17 UTC) #9
mvstanton
thanks! https://codereview.chromium.org/1178363002/diff/20001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/1178363002/diff/20001/src/compiler/ast-graph-builder.cc#newcode1355 src/compiler/ast-graph-builder.cc:1355: ResolveFeedbackSlot(stmt->EachFeedbackSlot()), On 2015/06/15 14:20:11, Michael Starzinger wrote: > ...
5 years, 6 months ago (2015-06-21 13:37:36 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 6 months ago (2015-06-21 13:55:23 UTC) #11
commit-bot: I haz the power
5 years, 6 months ago (2015-06-21 13:55:40 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/17c8ffeaa3e4e1769f0b4d0e7c8a6fb26b5297bd
Cr-Commit-Position: refs/heads/master@{#29173}

Powered by Google App Engine
This is Rietveld 408576698