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

Issue 2821213004: [keyed-store-generic] Update protectors if needed (Closed)

Created:
3 years, 8 months ago by Jakob Kummerow
Modified:
3 years, 8 months ago
Reviewers:
Camillo Bruni
CC:
Dan Ehrenberg, v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[keyed-store-generic] Update protectors if needed When adding or overwriting properties of an object, the generic keyed store stub must check if that property's name might have an associated protector (e.g. the ArraySpeciesProtector) and take the slow path if so to ensure that the protector is updated as needed. BUG=v8:6269 Review-Url: https://codereview.chromium.org/2821213004 Cr-Commit-Position: refs/heads/master@{#44726} Committed: https://chromium.googlesource.com/v8/v8/+/34a26e7dc4d31d1545bda5e5812d8116c1b36d22

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix nit #

Patch Set 3 : --no-stress-opt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -1 line) Patch
M src/code-stub-assembler.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M src/ic/keyed-store-generic.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M src/lookup.h View 1 chunk +2 lines, -1 line 0 comments Download
A test/mjsunit/keyed-store-generic.js View 1 2 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (13 generated)
Jakob Kummerow
Camillo: PTAL. Dan: FYI.
3 years, 8 months ago (2017-04-18 17:47:48 UTC) #2
Camillo Bruni
LGTM with nit https://codereview.chromium.org/2821213004/diff/1/test/mjsunit/keyed-store-generic.js File test/mjsunit/keyed-store-generic.js (right): https://codereview.chromium.org/2821213004/diff/1/test/mjsunit/keyed-store-generic.js#newcode18 test/mjsunit/keyed-store-generic.js:18: function MyArray() {} assertTrue(%SpeciesProtector());
3 years, 8 months ago (2017-04-19 09:06:33 UTC) #8
Jakob Kummerow
Thanks, landing. https://codereview.chromium.org/2821213004/diff/1/test/mjsunit/keyed-store-generic.js File test/mjsunit/keyed-store-generic.js (right): https://codereview.chromium.org/2821213004/diff/1/test/mjsunit/keyed-store-generic.js#newcode18 test/mjsunit/keyed-store-generic.js:18: function MyArray() {} On 2017/04/19 09:06:32, Camillo ...
3 years, 8 months ago (2017-04-19 13:11:46 UTC) #9
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/2821213004/20001
3 years, 8 months ago (2017-04-19 13:11:53 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_gyp_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_gyp_rel_ng/builds/16995) v8_linux64_gyp_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
3 years, 8 months ago (2017-04-19 13:30:04 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/2821213004/40001
3 years, 8 months ago (2017-04-19 13:49:33 UTC) #17
commit-bot: I haz the power
3 years, 8 months ago (2017-04-19 14:15:41 UTC) #20
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/34a26e7dc4d31d1545bda5e5812d8116c1b...

Powered by Google App Engine
This is Rietveld 408576698