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

Issue 2676583002: [ic] Encode [Keyed]StoreIC's language mode in slot kind instead of code object's flags. (Closed)

Created:
3 years, 10 months ago by Igor Sheludko
Modified:
3 years, 10 months ago
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office), ulan, rmcilroy
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ic] Encode [Keyed]StoreIC's language mode in slot kind instead of code object's flags. BUG=v8:5917 Review-Url: https://codereview.chromium.org/2676583002 Cr-Commit-Position: refs/heads/master@{#42949} Committed: https://chromium.googlesource.com/v8/v8/+/52555c86b7b2d238d0883067ae866df3de49b9cd

Patch Set 1 #

Patch Set 2 : Release build fix #

Patch Set 3 : Fix and more checks #

Patch Set 4 : Cleanup #

Patch Set 5 : Rebasing #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+287 lines, -185 lines) Patch
M src/ast/ast.h View 1 2 3 4 17 chunks +24 lines, -8 lines 0 comments Download
M src/ast/ast.cc View 1 2 3 14 chunks +35 lines, -22 lines 0 comments Download
M src/ast/ast-numbering.cc View 1 2 3 4 6 chunks +34 lines, -3 lines 0 comments Download
M src/builtins/builtins.h View 1 2 3 4 3 chunks +7 lines, -11 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 1 comment Download
M src/compiler/js-generic-lowering.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/js-native-context-specialization.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/full-codegen/full-codegen.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 2 3 4 3 chunks +10 lines, -0 lines 0 comments Download
M src/heap/heap.cc View 1 2 chunks +1 line, -14 lines 0 comments Download
M src/ic/ic.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M src/ic/ic.cc View 1 2 3 4 5 chunks +24 lines, -16 lines 0 comments Download
M src/ic/ic-inl.h View 1 2 3 4 1 chunk +4 lines, -16 lines 0 comments Download
M src/ic/ic-state.h View 1 chunk +0 lines, -30 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 2 3 chunks +17 lines, -0 lines 0 comments Download
M src/objects-printer.cc View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/type-feedback-vector.h View 1 2 12 chunks +38 lines, -30 lines 0 comments Download
M src/type-feedback-vector.cc View 1 2 6 chunks +22 lines, -13 lines 0 comments Download
M src/type-feedback-vector-inl.h View 1 2 2 chunks +8 lines, -4 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-feedback-vector.cc View 5 chunks +31 lines, -8 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 39 (30 generated)
Igor Sheludko
PTAL
3 years, 10 months ago (2017-02-02 11:52:20 UTC) #3
Benedikt Meurer
LGTM.
3 years, 10 months ago (2017-02-02 11:55:00 UTC) #7
Michael Starzinger
LGTM on heap changes. Didn't look at the rest.
3 years, 10 months ago (2017-02-02 12:26:21 UTC) #14
Michael Starzinger
LGTM on heap changes. Didn't look at the rest.
3 years, 10 months ago (2017-02-02 12:26:22 UTC) #15
Igor Sheludko
This CL is ready for review again. PTAL
3 years, 10 months ago (2017-02-03 16:12:44 UTC) #25
mvstanton
LGTM https://codereview.chromium.org/2676583002/diff/120001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/2676583002/diff/120001/src/compiler/bytecode-graph-builder.cc#newcode1032 src/compiler/bytecode-graph-builder.cc:1032: DCHECK_EQ(feedback.vector()->GetLanguageMode(feedback.slot()), language_mode); Nice assert to add, thx!
3 years, 10 months ago (2017-02-06 08:23:51 UTC) #28
Michael Starzinger
LGTM on interpreter as well, didn't look at the rest.
3 years, 10 months ago (2017-02-06 09:28:52 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2676583002/120001
3 years, 10 months ago (2017-02-06 09:29:51 UTC) #36
commit-bot: I haz the power
3 years, 10 months ago (2017-02-06 09:32:01 UTC) #39
Message was sent while issue was closed.
Committed patchset #5 (id:120001) as
https://chromium.googlesource.com/v8/v8/+/52555c86b7b2d238d0883067ae866df3de4...

Powered by Google App Engine
This is Rietveld 408576698