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

Issue 1172683003: Use the LookupIterator for SetElement and friends (Closed)

Created:
5 years, 6 months ago by Toon Verwaest
Modified:
5 years, 6 months ago
CC:
v8-dev, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Use the LookupIterator for SetElement and friends BUG=v8:4137 LOG=n Committed: https://crrev.com/52f44a83533af11d2dae10ce19b80510b4b3c19a Cr-Commit-Position: refs/heads/master@{#28946}

Patch Set 1 #

Patch Set 2 : Line up typed array handling with FF, fix "reconfiguring" data from NONE to NONE #

Patch Set 3 : #

Patch Set 4 : Perform access check on the correct holder #

Patch Set 5 : Slight cleanup #

Patch Set 6 : More cleanup #

Patch Set 7 : Update reconfigure data property for sloppy arguments #

Total comments: 16

Patch Set 8 : Addressed comments #

Patch Set 9 : More comments #

Patch Set 10 : #

Patch Set 11 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+895 lines, -1109 lines) Patch
M src/api.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/api.cc View 2 chunks +3 lines, -14 lines 0 comments Download
M src/array.js View 3 chunks +3 lines, -3 lines 0 comments Download
M src/ast.cc View 1 chunk +9 lines, -7 lines 0 comments Download
M src/elements.h View 1 2 3 4 5 6 7 8 9 2 chunks +9 lines, -0 lines 0 comments Download
M src/elements.cc View 1 4 chunks +51 lines, -2 lines 0 comments Download
M src/harmony-array.js View 3 chunks +6 lines, -3 lines 0 comments Download
M src/ic/ic.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/json-parser.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/liveedit.h View 1 chunk +1 line, -1 line 0 comments Download
M src/liveedit.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/lookup.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/lookup.cc View 1 2 3 4 5 6 7 4 chunks +78 lines, -8 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 6 7 13 chunks +37 lines, -76 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 7 8 9 10 32 chunks +604 lines, -854 lines 0 comments Download
M src/objects-inl.h View 3 chunks +0 lines, -28 lines 0 comments Download
M src/runtime.js View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-array.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-classes.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M src/runtime/runtime-debug.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/runtime/runtime-literals.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/runtime/runtime-object.cc View 9 chunks +59 lines, -79 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -5 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/test-migrations.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
Toon Verwaest
ptal
5 years, 6 months ago (2015-06-09 16:46:27 UTC) #2
Igor Sheludko
https://codereview.chromium.org/1172683003/diff/120001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1172683003/diff/120001/src/objects.cc#newcode315 src/objects.cc:315: if (structure->IsAccessorInfo()) { IsExecutableAccessorInfo()? https://codereview.chromium.org/1172683003/diff/120001/src/objects.cc#newcode3194 src/objects.cc:3194: if (found) return ...
5 years, 6 months ago (2015-06-11 13:44:26 UTC) #3
Toon Verwaest
Addressed comments https://codereview.chromium.org/1172683003/diff/120001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1172683003/diff/120001/src/objects.cc#newcode315 src/objects.cc:315: if (structure->IsAccessorInfo()) { On 2015/06/11 13:44:25, Igor ...
5 years, 6 months ago (2015-06-11 14:26:50 UTC) #4
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/1172683003/diff/120001/src/elements.h File src/elements.h (right): https://codereview.chromium.org/1172683003/diff/120001/src/elements.h#newcode49 src/elements.h:49: } Empty line is missing. https://codereview.chromium.org/1172683003/diff/120001/src/elements.h#newcode195 ...
5 years, 6 months ago (2015-06-11 14:38:19 UTC) #5
Toon Verwaest
Thanks! Addressed final comments and rebased. Landing.
5 years, 6 months ago (2015-06-11 14:41:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1172683003/200001
5 years, 6 months ago (2015-06-11 14:42:13 UTC) #9
commit-bot: I haz the power
Committed patchset #11 (id:200001)
5 years, 6 months ago (2015-06-11 15:07:06 UTC) #10
commit-bot: I haz the power
Patchset 11 (id:??) landed as https://crrev.com/52f44a83533af11d2dae10ce19b80510b4b3c19a Cr-Commit-Position: refs/heads/master@{#28946}
5 years, 6 months ago (2015-06-11 15:07:23 UTC) #11
Michael Achenbach
5 years, 6 months ago (2015-06-11 17:10:01 UTC) #13
Message was sent while issue was closed.
This breaks webkit unit tests:
http://build.chromium.org/p/client.v8.fyi/builders/V8-Blink%20Linux%2064%20%2...

Can it be reverted?

Powered by Google App Engine
This is Rietveld 408576698