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

Issue 2281443002: Separate DuplicateFinder from Scanner. (Closed)

Created:
4 years, 3 months ago by vogelheim
Modified:
4 years, 3 months ago
Reviewers:
marja
CC:
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

Separate DuplicateFinder from Scanner. DuplicateFinder isn't actually used by the Scanner, except for one convenience function which we should probably remove, also. BUG= Committed: https://crrev.com/5b9b44d1f638f7d0bce0051a9d9e3fb1059e8558 Cr-Commit-Position: refs/heads/master@{#38904}

Patch Set 1 #

Total comments: 1

Patch Set 2 : More header removal. #

Patch Set 3 : Rebase. #

Patch Set 4 : Fix rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -192 lines) Patch
M BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/collector.h View 1 chunk +1 line, -1 line 0 comments Download
A src/parsing/duplicate-finder.h View 1 chunk +64 lines, -0 lines 0 comments Download
A src/parsing/duplicate-finder.cc View 1 chunk +145 lines, -0 lines 0 comments Download
M src/parsing/expression-classifier.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/parsing/parser.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/parsing/preparser.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/parsing/scanner.h View 1 3 chunks +1 line, -53 lines 0 comments Download
M src/parsing/scanner.cc View 1 2 3 3 chunks +3 lines, -138 lines 0 comments Download
M src/v8.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (14 generated)
vogelheim
ptal https://codereview.chromium.org/2281443002/diff/1/src/collector.h File src/collector.h (right): https://codereview.chromium.org/2281443002/diff/1/src/collector.h#newcode9 src/collector.h:9: #include "src/list-inl.h" This is used for calling chunks_.Rewind(0) ...
4 years, 3 months ago (2016-08-25 08:52:46 UTC) #2
marja
lgtm, cool!
4 years, 3 months ago (2016-08-25 09:39:01 UTC) #3
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/2281443002/20001
4 years, 3 months ago (2016-08-25 10:50:52 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: v8_android_arm_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/23369) v8_linux64_avx2_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
4 years, 3 months ago (2016-08-25 10:52:01 UTC) #7
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/2281443002/60001
4 years, 3 months ago (2016-08-25 11:55:52 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-08-25 11:58:12 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-08-25 11:58:26 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/5b9b44d1f638f7d0bce0051a9d9e3fb1059e8558
Cr-Commit-Position: refs/heads/master@{#38904}

Powered by Google App Engine
This is Rietveld 408576698