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

Issue 1193313002: Vector ICs: Additional Turbofan support (Closed)

Created:
5 years, 6 months ago by mvstanton
Modified:
5 years, 6 months ago
Reviewers:
Michael Starzinger
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: Additional Turbofan support Lowering of stores need the vector and slot if --vector-stores is true. BUG= Committed: https://crrev.com/e9445d7d48b3dc5463d28a023c548a51ef1837ae Cr-Commit-Position: refs/heads/master@{#29219}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code comments + typo fix. #

Total comments: 1

Patch Set 3 : REBASE. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -14 lines) Patch
M src/compiler/ast-graph-builder.cc View 1 2 3 chunks +9 lines, -3 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M src/compiler/js-operator.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M test/unittests/compiler/js-typed-lowering-unittest.cc View 1 3 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
mvstanton
Hi Michael, PTAL, thanks :) --Michael
5 years, 6 months ago (2015-06-22 06:34:24 UTC) #2
Michael Starzinger
https://codereview.chromium.org/1193313002/diff/1/src/compiler/js-operator.cc File src/compiler/js-operator.cc (right): https://codereview.chromium.org/1193313002/diff/1/src/compiler/js-operator.cc#newcode516 src/compiler/js-operator.cc:516: int inputs = FLAG_vector_stores ? 3 : 2; Can ...
5 years, 6 months ago (2015-06-22 08:40:55 UTC) #3
mvstanton
Hi Michael, thanks for the good comments. I also fixed a typo from the previous ...
5 years, 6 months ago (2015-06-23 08:27:05 UTC) #4
Michael Starzinger
LGTM. I like it. You will need to rebase onto my last CL, sorry about ...
5 years, 6 months ago (2015-06-23 08:31:14 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1193313002/40001
5 years, 6 months ago (2015-06-23 08:38:35 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 6 months ago (2015-06-23 09:09:08 UTC) #9
commit-bot: I haz the power
5 years, 6 months ago (2015-06-23 09:09:26 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e9445d7d48b3dc5463d28a023c548a51ef1837ae
Cr-Commit-Position: refs/heads/master@{#29219}

Powered by Google App Engine
This is Rietveld 408576698