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

Issue 1161623002: VectorICs: allocating slots for store ics in ast nodes. (Closed)

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

Description

VectorICs: allocating slots for store ics in ast nodes. Also adapt code generation to pass the slot to the store/keyed-store ic. AST nodes ObjectLiteral, Assignment, ForEach, Call and CountOperation now include one or more feedback vector ic slot ids. BUG= Committed: https://crrev.com/5450fc07ba07615a70f5ed8379dc23c3275d6fe3 Cr-Commit-Position: refs/heads/master@{#28659}

Patch Set 1 #

Patch Set 2 : All stores have feedback slots. #

Patch Set 3 : More compact code. #

Patch Set 4 : Ports. #

Total comments: 6

Patch Set 5 : Code comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+746 lines, -205 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 3 4 27 chunks +81 lines, -23 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 3 4 27 chunks +80 lines, -24 lines 0 comments Download
M src/ast.h View 1 2 3 4 13 chunks +107 lines, -27 lines 0 comments Download
M src/ast.cc View 1 2 3 4 5 chunks +117 lines, -9 lines 0 comments Download
M src/ast-numbering.cc View 4 chunks +4 lines, -1 line 0 comments Download
M src/full-codegen.h View 1 2 4 chunks +15 lines, -26 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 4 27 chunks +83 lines, -24 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 3 4 27 chunks +81 lines, -23 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 1 2 3 4 26 chunks +80 lines, -22 lines 0 comments Download
M src/type-feedback-vector.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/type-feedback-vector.cc View 3 chunks +14 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 4 27 chunks +80 lines, -24 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
mvstanton
Hi Jakob, The next in a fun series. This CL allocates the necessary slots for ...
5 years, 7 months ago (2015-05-27 09:54:21 UTC) #2
Jakob Kummerow
LGTM with comments. https://codereview.chromium.org/1161623002/diff/50001/src/ast.cc File src/ast.cc (right): https://codereview.chromium.org/1161623002/diff/50001/src/ast.cc#newcode316 src/ast.cc:316: As discussed, this is kind of ...
5 years, 7 months ago (2015-05-27 13:24:36 UTC) #3
mvstanton
Thanks for the review Jakob, I addressed your comments. All the best, --Michael https://codereview.chromium.org/1161623002/diff/50001/src/ast.cc File ...
5 years, 7 months ago (2015-05-27 14:00:19 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161623002/70001
5 years, 7 months ago (2015-05-27 14:01:12 UTC) #7
commit-bot: I haz the power
Committed patchset #5 (id:70001)
5 years, 7 months ago (2015-05-27 14:26:17 UTC) #8
commit-bot: I haz the power
5 years, 7 months ago (2015-05-27 14:26:34 UTC) #9
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/5450fc07ba07615a70f5ed8379dc23c3275d6fe3
Cr-Commit-Position: refs/heads/master@{#28659}

Powered by Google App Engine
This is Rietveld 408576698