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

Issue 2449463002: [ic] Load IC data handlers now support prototype chain checks with global and dictionary objects. (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] Load IC data handlers now support prototype chain checks with global and dictionary objects. BUG=v8:5561 Committed: https://crrev.com/6ea4061b8d0e1ace1ca6ef510ea2aaf067e3d8ef Cr-Commit-Position: refs/heads/master@{#40626}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressing comments and fixing the handlers in new space issue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+290 lines, -73 lines) Patch
M src/code-stub-assembler.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 chunks +91 lines, -14 lines 0 comments Download
M src/ic/arm/handler-compiler-arm.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/ic/arm64/handler-compiler-arm64.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/ic/handler-configuration.h View 1 chunk +15 lines, -0 lines 0 comments Download
M src/ic/ia32/handler-compiler-ia32.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/ic/ic.h View 1 chunk +5 lines, -3 lines 0 comments Download
M src/ic/ic.cc View 1 4 chunks +71 lines, -18 lines 0 comments Download
M src/ic/ic-inl.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/ic/mips/handler-compiler-mips.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/ic/mips64/handler-compiler-mips64.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/ic/ppc/handler-compiler-ppc.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/ic/s390/handler-compiler-s390.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/ic/stub-cache.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/ic/x64/handler-compiler-x64.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/ic/x87/handler-compiler-x87.cc View 1 chunk +1 line, -4 lines 0 comments Download
A test/mjsunit/prototype-non-existing.js View 1 1 chunk +92 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 30 (23 generated)
Igor Sheludko
PTAL
4 years, 1 month ago (2016-10-26 21:43:21 UTC) #15
Jakob Kummerow
LGTM with nits. https://codereview.chromium.org/2449463002/diff/100001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2449463002/diff/100001/src/code-stub-assembler.cc#newcode5563 src/code-stub-assembler.cc:5563: Bind(&if_negative_lookup_on_receiver); nit: I'd put this above ...
4 years, 1 month ago (2016-10-27 11:30:54 UTC) #18
Igor Sheludko
https://codereview.chromium.org/2449463002/diff/100001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2449463002/diff/100001/src/code-stub-assembler.cc#newcode5563 src/code-stub-assembler.cc:5563: Bind(&if_negative_lookup_on_receiver); On 2016/10/27 11:30:54, Jakob Kummerow wrote: > nit: ...
4 years, 1 month ago (2016-10-27 14:55:31 UTC) #20
Jakob Kummerow
LGTM!
4 years, 1 month ago (2016-10-27 15:19:54 UTC) #22
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/2449463002/120001
4 years, 1 month ago (2016-10-27 15:30:30 UTC) #26
commit-bot: I haz the power
Committed patchset #2 (id:120001)
4 years, 1 month ago (2016-10-27 15:32:42 UTC) #28
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:15:47 UTC) #30
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6ea4061b8d0e1ace1ca6ef510ea2aaf067e3d8ef
Cr-Commit-Position: refs/heads/master@{#40626}

Powered by Google App Engine
This is Rietveld 408576698