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

Issue 2419513002: [ic] Support data handlers that represent loads from prototypes. (Closed)

Created:
4 years, 2 months ago by Igor Sheludko
Modified:
4 years, 2 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ic] Support data handlers that represent loads from prototypes. This CL also adds separate runtime call stats buckets for data handlers. BUG= Committed: https://crrev.com/73460009a6ef799d912f8ab7ebe38563d7242d03 Cr-Commit-Position: refs/heads/master@{#40281}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Addressing comments #

Patch Set 3 : Added new runtime call stats buckets for data handlers #

Patch Set 4 : Rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -21 lines) Patch
M include/v8.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/ast/ast-types.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 5 chunks +54 lines, -18 lines 0 comments Download
M src/compiler/types.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/counters.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/factory.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M src/ic/ic.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ic/ic.cc View 1 2 3 chunks +46 lines, -0 lines 0 comments Download
M src/ic/ic-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 2 3 4 chunks +23 lines, -0 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/objects-printer.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (28 generated)
Igor Sheludko
PTAL
4 years, 2 months ago (2016-10-12 14:10:12 UTC) #12
Jakob Kummerow
LGTM with nits. https://codereview.chromium.org/2419513002/diff/20001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2419513002/diff/20001/src/code-stub-assembler.cc#newcode4673 src/code-stub-assembler.cc:4673: Node* handler = var_handler.value(); nit: This ...
4 years, 2 months ago (2016-10-13 11:59:26 UTC) #14
Igor Sheludko
I addressed the comments. PTAL again https://codereview.chromium.org/2419513002/diff/20001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2419513002/diff/20001/src/code-stub-assembler.cc#newcode4673 src/code-stub-assembler.cc:4673: Node* handler = ...
4 years, 2 months ago (2016-10-13 13:20:38 UTC) #18
Jakob Kummerow
The diff from patch set 1 -> 3 LGTM.
4 years, 2 months ago (2016-10-13 14:27:57 UTC) #24
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/2419513002/100001
4 years, 2 months ago (2016-10-13 14:31:51 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/26422)
4 years, 2 months ago (2016-10-13 15:04:04 UTC) #29
epertoso
lgtm for compiler
4 years, 2 months ago (2016-10-13 15:24:59 UTC) #31
Toon Verwaest
(rubberstamp) lgtm
4 years, 2 months ago (2016-10-13 15:25:55 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/2419513002/100001
4 years, 2 months ago (2016-10-13 15:26:42 UTC) #35
commit-bot: I haz the power
Committed patchset #4 (id:100001)
4 years, 2 months ago (2016-10-13 16:19:01 UTC) #37
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 16:19:30 UTC) #39
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/73460009a6ef799d912f8ab7ebe38563d7242d03
Cr-Commit-Position: refs/heads/master@{#40281}

Powered by Google App Engine
This is Rietveld 408576698