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

Issue 2482913002: [ic] Resurrect access checks for primitive and global proxy receivers. (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] Resurrect access checks for primitive and global proxy receivers. The access check is generated as a: - Equality check of an execution-time and a compile-time native contexts for primitive receivers. - Equality check of an execution-time and a compile-time native contexts or equality check of a respective security tokens for global proxy receivers. - No-op for other kinds of receivers. BUG=v8:5561 Committed: https://crrev.com/03a1eb5ad76e5d3290e91043144e6ad4c41de8c4 Cr-Commit-Position: refs/heads/master@{#40829}

Patch Set 1 : Check with disabled data handlers #

Patch Set 2 : Check with enabled data handlers #

Total comments: 4

Patch Set 3 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+479 lines, -21 lines) Patch
M src/code-stub-assembler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 4 chunks +44 lines, -5 lines 0 comments Download
M src/ic/arm/handler-compiler-arm.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M src/ic/arm64/handler-compiler-arm64.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M src/ic/handler-compiler.h View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M src/ic/handler-compiler.cc View 2 chunks +20 lines, -0 lines 0 comments Download
M src/ic/handler-configuration.h View 2 chunks +12 lines, -1 line 0 comments Download
M src/ic/handler-configuration-inl.h View 1 chunk +12 lines, -1 line 0 comments Download
M src/ic/ia32/handler-compiler-ia32.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M src/ic/ic.cc View 1 3 chunks +28 lines, -2 lines 0 comments Download
M src/ic/mips/handler-compiler-mips.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M src/ic/mips64/handler-compiler-mips64.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M src/ic/ppc/handler-compiler-ppc.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M src/ic/s390/handler-compiler-s390.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M src/ic/x64/handler-compiler-x64.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M src/ic/x87/handler-compiler-x87.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 4 chunks +131 lines, -4 lines 0 comments Download

Messages

Total messages: 30 (24 generated)
Igor Sheludko
PTAL
4 years, 1 month ago (2016-11-07 17:01:08 UTC) #11
Jakob Kummerow
lgtm https://codereview.chromium.org/2482913002/diff/90001/src/ic/handler-compiler.h File src/ic/handler-compiler.h (right): https://codereview.chromium.org/2482913002/diff/90001/src/ic/handler-compiler.h#newcode87 src/ic/handler-compiler.h:87: // than given |native_context_cell|. nit: s/than/as the/ https://codereview.chromium.org/2482913002/diff/90001/test/cctest/test-api.cc ...
4 years, 1 month ago (2016-11-08 10:56:53 UTC) #22
Igor Sheludko
https://codereview.chromium.org/2482913002/diff/90001/src/ic/handler-compiler.h File src/ic/handler-compiler.h (right): https://codereview.chromium.org/2482913002/diff/90001/src/ic/handler-compiler.h#newcode87 src/ic/handler-compiler.h:87: // than given |native_context_cell|. On 2016/11/08 10:56:53, Jakob Kummerow ...
4 years, 1 month ago (2016-11-08 12:07:56 UTC) #23
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/2482913002/110001
4 years, 1 month ago (2016-11-08 12:08:05 UTC) #26
commit-bot: I haz the power
Committed patchset #3 (id:110001)
4 years, 1 month ago (2016-11-08 12:34:54 UTC) #28
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:25:56 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/03a1eb5ad76e5d3290e91043144e6ad4c41de8c4
Cr-Commit-Position: refs/heads/master@{#40829}

Powered by Google App Engine
This is Rietveld 408576698