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

Issue 2471613006: [ic] Data handlers for loads of non-existent properties. (Closed)

Created:
4 years, 1 month ago by Igor Sheludko
Modified:
4 years, 1 month ago
Reviewers:
Jakob Kummerow
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ic] Data handlers for loads of non-existent properties. BUG=v8:5561 Committed: https://crrev.com/9377226a7309662ae81a52614cb43d350563242a Cr-Commit-Position: refs/heads/master@{#40735}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -11 lines) Patch
M src/code-stub-assembler.cc View 3 chunks +19 lines, -2 lines 0 comments Download
M src/counters.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic/handler-configuration.h View 2 chunks +8 lines, -3 lines 0 comments Download
M src/ic/handler-configuration-inl.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/ic/ic.h View 1 chunk +7 lines, -1 line 0 comments Download
M src/ic/ic.cc View 1 4 chunks +43 lines, -5 lines 0 comments Download

Messages

Total messages: 19 (13 generated)
Igor Sheludko
PTAL
4 years, 1 month ago (2016-11-03 08:38:35 UTC) #9
Jakob Kummerow
lgtm https://codereview.chromium.org/2471613006/diff/20001/src/ic/ic.cc File src/ic/ic.cc (right): https://codereview.chromium.org/2471613006/diff/20001/src/ic/ic.cc#newcode959 src/ic/ic.cc:959: if (receiver_map->IsJSGlobalObjectMap()) { You mean DCHECK(!receiver_map->IsJSGlobalObjectMap()) ?
4 years, 1 month ago (2016-11-03 13:03:41 UTC) #11
Igor Sheludko
https://codereview.chromium.org/2471613006/diff/20001/src/ic/ic.cc File src/ic/ic.cc (right): https://codereview.chromium.org/2471613006/diff/20001/src/ic/ic.cc#newcode959 src/ic/ic.cc:959: if (receiver_map->IsJSGlobalObjectMap()) { On 2016/11/03 13:03:40, Jakob Kummerow wrote: ...
4 years, 1 month ago (2016-11-03 16:14:39 UTC) #12
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/2471613006/40001
4 years, 1 month ago (2016-11-03 16:14:55 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 1 month ago (2016-11-03 17:14:58 UTC) #17
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:21:08 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9377226a7309662ae81a52614cb43d350563242a
Cr-Commit-Position: refs/heads/master@{#40735}

Powered by Google App Engine
This is Rietveld 408576698