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

Issue 2531593002: Parser: store parameters in a ThreadedList instead of ZoneList. (Closed)

Created:
4 years ago by marja
Modified:
4 years ago
Reviewers:
Toon Verwaest
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Parser: store parameters in a ThreadedList instead of ZoneList. ThreadedList is more memory-efficient than ZoneList. This also enables us to use ThreadedList when making Preparser track parameters (upcoming work). BUG=v8:5501 Committed: https://crrev.com/b31cbbd443a91c18b8e6a5e8681425cb4fcf3ec6 Cr-Commit-Position: refs/heads/master@{#41307}

Patch Set 1 #

Total comments: 3

Patch Set 2 : parameters don't need to be in the zone #

Patch Set 3 : oops #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -64 lines) Patch
M src/parsing/parser.h View 4 chunks +37 lines, -30 lines 0 comments Download
M src/parsing/parser.cc View 1 6 chunks +24 lines, -27 lines 0 comments Download
M src/parsing/parser-base.h View 1 1 chunk +1 line, -4 lines 0 comments Download
M src/parsing/preparser.h View 2 chunks +4 lines, -3 lines 0 comments Download
M src/utils.h View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (19 generated)
marja
ptal
4 years ago (2016-11-24 14:41:53 UTC) #5
Toon Verwaest
overall this looks good, just a Q https://codereview.chromium.org/2531593002/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2531593002/diff/1/src/parsing/parser.cc#newcode953 src/parsing/parser.cc:953: ParserFormalParameters* formals ...
4 years ago (2016-11-24 15:09:41 UTC) #8
marja
https://codereview.chromium.org/2531593002/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2531593002/diff/1/src/parsing/parser.cc#newcode953 src/parsing/parser.cc:953: ParserFormalParameters* formals = On 2016/11/24 15:09:41, Toon Verwaest wrote: ...
4 years ago (2016-11-25 10:08:23 UTC) #13
Toon Verwaest
lgtm
4 years ago (2016-11-28 10:45:39 UTC) #18
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/2531593002/40001
4 years ago (2016-11-28 10:55:25 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-11-28 11:23:43 UTC) #24
commit-bot: I haz the power
4 years ago (2016-11-28 11:24:18 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b31cbbd443a91c18b8e6a5e8681425cb4fcf3ec6
Cr-Commit-Position: refs/heads/master@{#41307}

Powered by Google App Engine
This is Rietveld 408576698