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

Issue 1405503002: VectorICs: use a vector slot to aid in array literal processing. (Closed)

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

Description

VectorICs: use a vector slot to aid in array literal processing. The lack of a vector slot for the keyed store operation in filling in non-constant array literal properties led to undesirable contortions in compilers downwind of full-codegen. The use of a single slot to initialize all the array elements is sufficient. BUG= Committed: https://crrev.com/f2f46aff8b776365e0bafd7826f23c8b9c16d928 Cr-Commit-Position: refs/heads/master@{#31242}

Patch Set 1 #

Patch Set 2 : Ports. #

Patch Set 3 : Fix mips issues. #

Total comments: 4

Patch Set 4 : Code comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -34 lines) Patch
M src/ast.h View 2 chunks +5 lines, -0 lines 0 comments Download
M src/ast.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M src/ast-numbering.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 2 3 2 chunks +3 lines, -6 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 1 chunk +3 lines, -7 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 2 3 2 chunks +9 lines, -3 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 3 chunks +11 lines, -7 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 2 3 2 chunks +10 lines, -3 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 2 3 2 chunks +10 lines, -3 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
mvstanton
Hi Michael, Here is the CL that adds a vector slot for the store case ...
5 years, 2 months ago (2015-10-13 09:47:22 UTC) #2
Michael Starzinger
https://codereview.chromium.org/1405503002/diff/40001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/1405503002/diff/40001/src/compiler/ast-graph-builder.cc#newcode1931 src/compiler/ast-graph-builder.cc:1931: VectorSlotPair pair = CreateVectorSlotPair(expr->LiteralFeedbackSlot()); nit: Can we move this ...
5 years, 2 months ago (2015-10-13 11:59:18 UTC) #3
mvstanton
Thanks Michael, here is response plus turning off vector stores. I'll keep trying to reproduce ...
5 years, 2 months ago (2015-10-13 12:56:10 UTC) #4
Michael Starzinger
LGTM.
5 years, 2 months ago (2015-10-13 14:44:35 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405503002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405503002/60001
5 years, 2 months ago (2015-10-13 14:47:04 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 2 months ago (2015-10-13 14:48:39 UTC) #8
commit-bot: I haz the power
5 years, 2 months ago (2015-10-13 14:48:54 UTC) #9
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/f2f46aff8b776365e0bafd7826f23c8b9c16d928
Cr-Commit-Position: refs/heads/master@{#31242}

Powered by Google App Engine
This is Rietveld 408576698