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

Issue 1751043002: Speed up the LookupIterator (Closed)

Created:
4 years, 9 months ago by Toon Verwaest
Modified:
4 years, 9 months ago
CC:
Hannes Payer (out of office), Paweł Hajdan Jr., ulan, v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Speed up the LookupIterator This introduces a new instance type and reorders the JSObject types so any type requiring special LookupIterator support can be identified with a single range check. In addition, it restructures the Next for better performance, avoiding unnecessary calls. BUG= Committed: https://crrev.com/2608ecc7157a9d6d482709fc197b2fc0317d9d09 Cr-Commit-Position: refs/heads/master@{#34429}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : Fix proxy + private symbols #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -110 lines) Patch
M include/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/api-natives.cc View 1 chunk +7 lines, -1 line 0 comments Download
M src/heap/heap.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/heap/objects-visiting.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/lookup.h View 1 2 3 4 5 6 chunks +29 lines, -23 lines 0 comments Download
M src/lookup.cc View 1 2 3 4 5 9 chunks +76 lines, -72 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 chunks +10 lines, -7 lines 0 comments Download
M src/objects.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/objects-body-descriptors-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-inl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/types.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
Toon Verwaest
ptal suggestions for better instance type names welcome :)
4 years, 9 months ago (2016-03-01 17:37:27 UTC) #2
Jakob Kummerow
lgtm https://codereview.chromium.org/1751043002/diff/60001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/1751043002/diff/60001/src/objects.h#newcode708 src/objects.h:708: JS_SPECIAL_API_OBJECT_TYPE, // LAST_SPECIAL_RECEIVER_TYPE Maybe include a comment right ...
4 years, 9 months ago (2016-03-02 12:48:37 UTC) #3
Toon Verwaest
Addressed https://codereview.chromium.org/1751043002/diff/60001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/1751043002/diff/60001/src/objects.h#newcode708 src/objects.h:708: JS_SPECIAL_API_OBJECT_TYPE, // LAST_SPECIAL_RECEIVER_TYPE On 2016/03/02 12:48:36, Jakob wrote: ...
4 years, 9 months ago (2016-03-02 12:52:26 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1751043002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1751043002/80001
4 years, 9 months ago (2016-03-02 12:52:48 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/11771)
4 years, 9 months ago (2016-03-02 13:07:36 UTC) #9
jochen (gone - plz use gerrit)
lgtm
4 years, 9 months ago (2016-03-02 13:22:17 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1751043002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1751043002/100001
4 years, 9 months ago (2016-03-02 13:27:29 UTC) #14
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 9 months ago (2016-03-02 13:48:56 UTC) #15
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/2608ecc7157a9d6d482709fc197b2fc0317d9d09 Cr-Commit-Position: refs/heads/master@{#34429}
4 years, 9 months ago (2016-03-02 13:49:20 UTC) #17
Michael Achenbach
This breaks layout tests: https://build.chromium.org/p/client.v8.fyi/builders/V8-Blink%20Linux%2064/builds/5060 Would love to just revert, but it seems some stuff ...
4 years, 9 months ago (2016-03-02 18:42:21 UTC) #18
Michael Achenbach
FYI hablich, the layout test breakage blocks the roll
4 years, 9 months ago (2016-03-02 18:43:13 UTC) #20
Michael Achenbach
4 years, 9 months ago (2016-03-02 18:44:03 UTC) #21
Message was sent while issue was closed.
On 2016/03/02 18:43:13, Michael Achenbach wrote:
> FYI hablich, the layout test breakage blocks the roll

Looks like some tests are timing out.

Powered by Google App Engine
This is Rietveld 408576698