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

Issue 1160173004: Vector ICs: ClassLiterals need to allocate a vector slot for home objects. (Closed)

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

Description

Vector ICs: ClassLiterals need to allocate a vector slot for home objects. BUG= Committed: https://crrev.com/b27016b78a7dd58dc682eed51500ba603b3e46b0 Cr-Commit-Position: refs/heads/master@{#28827}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code comments. #

Patch Set 3 : REBASE. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -19 lines) Patch
M src/arm/full-codegen-arm.cc View 1 4 chunks +12 lines, -3 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 4 chunks +12 lines, -3 lines 0 comments Download
M src/ast.h View 3 chunks +35 lines, -1 line 0 comments Download
M src/ast.cc View 1 1 chunk +35 lines, -0 lines 0 comments Download
M src/ast-numbering.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 4 chunks +12 lines, -3 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 4 chunks +12 lines, -3 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 1 4 chunks +12 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 4 chunks +12 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
mvstanton
Hi Jakob, In testing, I found one AST node that didn't have the required slot ...
5 years, 6 months ago (2015-06-05 07:13:47 UTC) #2
arv (Not doing code reviews)
I assume we have a similar issue here? https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/runtime/runtime-classes.cc&l=165
5 years, 6 months ago (2015-06-05 14:05:03 UTC) #3
mvstanton
Hi Erik, I think we'll have an issue there when we are using an IC, ...
5 years, 6 months ago (2015-06-08 08:08:46 UTC) #4
Jakob Kummerow
LGTM. https://codereview.chromium.org/1160173004/diff/1/src/ast.cc File src/ast.cc (right): https://codereview.chromium.org/1160173004/diff/1/src/ast.cc#newcode302 src/ast.cc:302: // ics must mirror FullCodeGenerator::VisitClassLiteral. nit: s/ics/ICs/ https://codereview.chromium.org/1160173004/diff/1/src/ia32/full-codegen-ia32.cc ...
5 years, 6 months ago (2015-06-08 08:27:28 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1160173004/40001
5 years, 6 months ago (2015-06-08 08:38:53 UTC) #8
mvstanton
Thx very much! Submitting... https://codereview.chromium.org/1160173004/diff/1/src/ast.cc File src/ast.cc (right): https://codereview.chromium.org/1160173004/diff/1/src/ast.cc#newcode302 src/ast.cc:302: // ics must mirror FullCodeGenerator::VisitClassLiteral. ...
5 years, 6 months ago (2015-06-08 08:39:13 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 6 months ago (2015-06-08 10:10:16 UTC) #10
commit-bot: I haz the power
5 years, 6 months ago (2015-06-08 10:10:23 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b27016b78a7dd58dc682eed51500ba603b3e46b0
Cr-Commit-Position: refs/heads/master@{#28827}

Powered by Google App Engine
This is Rietveld 408576698