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

Issue 1796863002: Remove snapshot log parsing and option from tools. (Closed)

Created:
4 years, 9 months ago by Stefano Sanfilippo
Modified:
4 years, 8 months ago
Reviewers:
Benedikt Meurer, Yang
CC:
v8-reviews_googlegroups.com, rmcilroy, jochen (gone - plz use gerrit)
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Remove snapshot log parsing and option from tools. LOG=N Committed: https://crrev.com/9e39a9fff1c2966a3f650a4c31dbbe533886d614 Cr-Commit-Position: refs/heads/master@{#35268}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Remove log-snasphot-positions code and LL log events. #

Patch Set 3 : Remove snapshotLogProcessor leftovers. #

Total comments: 2

Patch Set 4 : Removing log flags from mksnapshot main(). #

Patch Set 5 : Rebase on master. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -246 lines) Patch
M BUILD.gn View 1 1 chunk +0 lines, -3 lines 0 comments Download
M src/flag-definitions.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/log.h View 1 2 chunks +0 lines, -2 lines 0 comments Download
M src/log.cc View 1 2 3 4 4 chunks +0 lines, -35 lines 0 comments Download
M src/snapshot/deserializer.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M src/snapshot/mksnapshot.cc View 1 2 3 4 1 chunk +1 line, -3 lines 0 comments Download
M src/snapshot/serializer.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/tools/tickprocessor.js View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 3 chunks +0 lines, -10 lines 0 comments Download
M tools/ll_prof.py View 1 10 chunks +11 lines, -81 lines 0 comments Download
M tools/profviz/worker.js View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M tools/tick-processor.html View 3 chunks +1 line, -5 lines 0 comments Download
M tools/tickprocessor.js View 6 chunks +0 lines, -90 lines 0 comments Download
M tools/tickprocessor-driver.js View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 40 (14 generated)
Stefano Sanfilippo
4 years, 9 months ago (2016-03-14 12:39:10 UTC) #2
Yang
Some places that you might have missed: - tools/profviz/worker.js uses the tick processor - test/mjsunit/tools/tickprocessor.js ...
4 years, 9 months ago (2016-03-15 10:13:19 UTC) #3
Stefano Sanfilippo
On 2016/03/15 10:13:19, Yang wrote: > Some places that you might have missed: > - ...
4 years, 9 months ago (2016-03-16 10:28:10 UTC) #4
Yang
On 2016/03/16 10:28:10, Stefano Sanfilippo wrote: > On 2016/03/15 10:13:19, Yang wrote: > > Some ...
4 years, 9 months ago (2016-03-17 11:40:56 UTC) #5
Yang
On 2016/03/17 11:40:56, Yang wrote: > On 2016/03/16 10:28:10, Stefano Sanfilippo wrote: > > On ...
4 years, 8 months ago (2016-03-29 12:32:18 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1796863002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1796863002/20001
4 years, 8 months ago (2016-04-04 14:52:07 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel/builds/12461)
4 years, 8 months ago (2016-04-04 15:06:09 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1796863002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1796863002/40001
4 years, 8 months ago (2016-04-04 15:59:43 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-04 16:19:23 UTC) #14
Stefano Sanfilippo
Hopefully done with the scrapping, PTAL. https://codereview.chromium.org/1796863002/diff/1/tools/ll_prof.py File tools/ll_prof.py (right): https://codereview.chromium.org/1796863002/diff/1/tools/ll_prof.py#newcode340 tools/ll_prof.py:340: _SNAPSHOT_POSITION_TAG = "P" ...
4 years, 8 months ago (2016-04-04 16:22:30 UTC) #15
Yang
LGTM! With one small left over in src/snapshot/mksnapshot.ccv https://codereview.chromium.org/1796863002/diff/40001/BUILD.gn File BUILD.gn (left): https://codereview.chromium.org/1796863002/diff/40001/BUILD.gn#oldcode514 BUILD.gn:514: rebase_path("$target_gen_dir/snapshot.log", ...
4 years, 8 months ago (2016-04-05 12:37:13 UTC) #16
Stefano Sanfilippo
PTAL https://codereview.chromium.org/1796863002/diff/40001/BUILD.gn File BUILD.gn (left): https://codereview.chromium.org/1796863002/diff/40001/BUILD.gn#oldcode514 BUILD.gn:514: rebase_path("$target_gen_dir/snapshot.log", root_build_dir), On 2016/04/05 12:37:13, Yang wrote: > ...
4 years, 8 months ago (2016-04-05 14:06:09 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1796863002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1796863002/60001
4 years, 8 months ago (2016-04-05 14:12:00 UTC) #19
Yang
On 2016/04/05 14:12:00, commit-bot: I haz the power wrote: > Dry run: CQ is trying ...
4 years, 8 months ago (2016-04-05 14:28:39 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-05 14:44:13 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1796863002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1796863002/60001
4 years, 8 months ago (2016-04-05 14:52:05 UTC) #24
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/13233)
4 years, 8 months ago (2016-04-05 15:01:34 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1796863002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1796863002/80001
4 years, 8 months ago (2016-04-05 15:05:37 UTC) #29
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 8 months ago (2016-04-05 15:29:59 UTC) #30
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/9e39a9fff1c2966a3f650a4c31dbbe533886d614 Cr-Commit-Position: refs/heads/master@{#35268}
4 years, 8 months ago (2016-04-05 15:31:45 UTC) #32
Benedikt Meurer
This breaks --disasm-top with ll_prof. I can no longer see the ticks in the disassembly. ...
4 years, 8 months ago (2016-04-06 09:04:10 UTC) #34
Stefano Sanfilippo
On 2016/04/06 09:04:10, Benedikt Meurer wrote: > This breaks --disasm-top with ll_prof. I can no ...
4 years, 8 months ago (2016-04-06 11:10:51 UTC) #35
jochen (gone - plz use gerrit)
On 2016/04/06 at 11:10:51, ssanfilippo wrote: > On 2016/04/06 09:04:10, Benedikt Meurer wrote: > > ...
4 years, 8 months ago (2016-04-06 12:36:18 UTC) #36
Stefano Sanfilippo
On 2016/04/06 12:36:18, jochen - slow wrote: > On 2016/04/06 at 11:10:51, ssanfilippo wrote: > ...
4 years, 8 months ago (2016-04-06 13:35:02 UTC) #37
Stefano Sanfilippo
On 2016/04/06 13:35:02, Stefano Sanfilippo wrote: > On 2016/04/06 12:36:18, jochen - slow wrote: > ...
4 years, 8 months ago (2016-04-06 14:27:04 UTC) #39
Stefano Sanfilippo
4 years, 8 months ago (2016-04-06 15:42:17 UTC) #40
Message was sent while issue was closed.
On 2016/04/06 14:27:04, Stefano Sanfilippo wrote:
> On 2016/04/06 13:35:02, Stefano Sanfilippo wrote:
> > On 2016/04/06 12:36:18, jochen - slow wrote:
> > > On 2016/04/06 at 11:10:51, ssanfilippo wrote:
> > > > On 2016/04/06 09:04:10, Benedikt Meurer wrote:
> > > > > This breaks --disasm-top with ll_prof. I can no longer see the ticks
in
> > the
> > > > > disassembly. Please fix that or revert this CL.
> > > > 
> > > > Sorry about that, I am investigating the issue right now.
> > > 
> > > this also breaks node.js:
> > >
> >
>
https://build.chromium.org/p/client.v8.fyi/builders/V8%20-%20node.js%20integr...
> > 
> > I might very well be wrong in reading the table, but isn't it the case that
> the
> > first failing build precedes this commit?
> 
> Nevermind, I found the build you were referring to.

This should fix it https://codereview.chromium.org/1869453002/

Powered by Google App Engine
This is Rietveld 408576698