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

Issue 2341323002: Simplify Scanner bookmarking. (Closed)

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

Description

Simplify Scanner bookmarking. - Eliminates *all* copies in the process. - Moves (nearly) all functionality into Scanner::BookmarkScope. - Significant code reduction. [Needs to be rebased once crrev.com/2347883002 lands. All changes in *parser* are from that CL.] R=marja@chromium.org BUG=v8:4947 Committed: https://crrev.com/05a00a93b1cc2c86ba5e249f8b1fba57a15c2a97 Cr-Commit-Position: refs/heads/master@{#39554}

Patch Set 1 #

Total comments: 4

Patch Set 2 : feedback, rebase, plus fix bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -122 lines) Patch
M src/parsing/parser.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/parsing/parser-base.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/parsing/scanner.h View 1 5 chunks +15 lines, -64 lines 0 comments Download
M src/parsing/scanner.cc View 1 2 chunks +62 lines, -55 lines 0 comments Download
M test/cctest/parsing/test-scanner.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (14 generated)
vogelheim
ptal
4 years, 3 months ago (2016-09-16 16:35:06 UTC) #4
marja
lgtm w/ comment https://codereview.chromium.org/2341323002/diff/1/src/parsing/scanner.cc File src/parsing/scanner.cc (right): https://codereview.chromium.org/2341323002/diff/1/src/parsing/scanner.cc#newcode43 src/parsing/scanner.cc:43: void Scanner::BookmarkScope::Reset() { IMO "Reset" is ...
4 years, 3 months ago (2016-09-19 07:50:22 UTC) #7
vogelheim
https://codereview.chromium.org/2341323002/diff/1/src/parsing/scanner.cc File src/parsing/scanner.cc (right): https://codereview.chromium.org/2341323002/diff/1/src/parsing/scanner.cc#newcode43 src/parsing/scanner.cc:43: void Scanner::BookmarkScope::Reset() { On 2016/09/19 07:50:22, marja wrote: > ...
4 years, 3 months ago (2016-09-20 11:52:44 UTC) #11
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/2341323002/40001
4 years, 3 months ago (2016-09-20 13:32:05 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 3 months ago (2016-09-20 13:47:37 UTC) #18
commit-bot: I haz the power
4 years, 3 months ago (2016-09-20 13:48:13 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/05a00a93b1cc2c86ba5e249f8b1fba57a15c2a97
Cr-Commit-Position: refs/heads/master@{#39554}

Powered by Google App Engine
This is Rietveld 408576698