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

Issue 2673383002: [ic] Encode LoadGlobalIC's typeof 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, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, v8-mips-ports_googlegroups.com, rmcilroy, Hannes Payer (out of office), ulan
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ic] Encode LoadGlobalIC's typeof mode in slot kind instead of code object's flags. BUG=v8:5917 Review-Url: https://codereview.chromium.org/2673383002 Cr-Commit-Position: refs/heads/master@{#42982} Committed: https://chromium.googlesource.com/v8/v8/+/ef4e2ab7bd75eae60e8ab2e7757e0772c4d00efd

Patch Set 1 #

Total comments: 1

Patch Set 2 : Addressed comments and added check to FCG #

Unified diffs Side-by-side diffs Delta from patch set Stats (+334 lines, -277 lines) Patch
M src/ast/ast.h View 2 chunks +17 lines, -13 lines 0 comments Download
M src/ast/ast.cc View 1 chunk +6 lines, -7 lines 0 comments Download
M src/ast/ast-numbering.cc View 3 chunks +14 lines, -3 lines 0 comments Download
M src/builtins/builtins.h View 1 chunk +5 lines, -7 lines 0 comments Download
M src/builtins/builtins-handler.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/disassembler.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 1 chunk +6 lines, -2 lines 0 comments Download
M src/heap/heap.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/heap/heap.cc View 1 chunk +0 lines, -17 lines 0 comments Download
M src/ic/arm/handler-compiler-arm.cc View 3 chunks +17 lines, -13 lines 0 comments Download
M src/ic/arm64/handler-compiler-arm64.cc View 2 chunks +17 lines, -14 lines 0 comments Download
M src/ic/ia32/handler-compiler-ia32.cc View 3 chunks +25 lines, -15 lines 0 comments Download
M src/ic/ic.h View 1 chunk +6 lines, -3 lines 0 comments Download
M src/ic/ic.cc View 4 chunks +14 lines, -10 lines 0 comments Download
M src/ic/ic-state.h View 1 chunk +0 lines, -31 lines 0 comments Download
M src/ic/mips/handler-compiler-mips.cc View 2 chunks +17 lines, -13 lines 0 comments Download
M src/ic/mips64/handler-compiler-mips64.cc View 2 chunks +17 lines, -13 lines 0 comments Download
M src/ic/ppc/handler-compiler-ppc.cc View 2 chunks +19 lines, -16 lines 0 comments Download
M src/ic/s390/handler-compiler-s390.cc View 2 chunks +19 lines, -15 lines 0 comments Download
M src/ic/x64/handler-compiler-x64.cc View 3 chunks +25 lines, -15 lines 0 comments Download
M src/ic/x87/handler-compiler-x87.cc View 3 chunks +25 lines, -15 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime/runtime.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/type-feedback-vector.h View 1 7 chunks +21 lines, -12 lines 0 comments Download
M src/type-feedback-vector.cc View 4 chunks +8 lines, -10 lines 0 comments Download
M src/type-feedback-vector-inl.h View 2 chunks +4 lines, -2 lines 0 comments Download
M test/cctest/test-feedback-vector.cc View 7 chunks +32 lines, -17 lines 0 comments Download

Messages

Total messages: 20 (14 generated)
Igor Sheludko
Benedikt, PTAL @ CS Michi, PTAL @ TF, I and heap Michael, PTAL at the ...
3 years, 10 months ago (2017-02-06 11:18:25 UTC) #5
Benedikt Meurer
LGTM on crankshaft.
3 years, 10 months ago (2017-02-06 11:25:04 UTC) #6
Michael Starzinger
LGTM on the plumbing, didn't look at IC internals. https://codereview.chromium.org/2673383002/diff/20001/src/type-feedback-vector.h File src/type-feedback-vector.h (right): https://codereview.chromium.org/2673383002/diff/20001/src/type-feedback-vector.h#newcode327 src/type-feedback-vector.h:327: ...
3 years, 10 months ago (2017-02-06 13:26:18 UTC) #9
mvstanton
Fantastic, LGTM!
3 years, 10 months ago (2017-02-07 09:01:09 UTC) #14
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/2673383002/40001
3 years, 10 months ago (2017-02-07 09:01:41 UTC) #17
commit-bot: I haz the power
3 years, 10 months ago (2017-02-07 09:03:23 UTC) #20
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/ef4e2ab7bd75eae60e8ab2e7757e0772c4d...

Powered by Google App Engine
This is Rietveld 408576698