Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(809)

Issue 164460044: code review 164460044: cmd/callgraph: a utility for dumping the callgraph of a... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by adonovan
Modified:
10 years, 5 months ago
Reviewers:
Sameer Ajmani
CC:
Sameer Ajmani, golang-codereviews, gri
Visibility:
Public.

Description

cmd/callgraph: a utility for dumping the callgraph of a Go program. (This functionality is provided by the oracle, but its output format is inflexible, and the functionality is better suited to a shell utility. I may remove the oracle 'callgraph' feature.) See Usage for details. + Test.

Patch Set 1 #

Patch Set 2 : diff -r 6fc790e5bfa623b690e2ca62c1f64370d86a874e https://code.google.com/p/go.tools #

Patch Set 3 : diff -r 6fc790e5bfa623b690e2ca62c1f64370d86a874e https://code.google.com/p/go.tools #

Total comments: 18

Patch Set 4 : diff -r 6fc790e5bfa623b690e2ca62c1f64370d86a874e https://code.google.com/p/go.tools #

Patch Set 5 : diff -r 6fc790e5bfa623b690e2ca62c1f64370d86a874e https://code.google.com/p/go.tools #

Total comments: 7

Patch Set 6 : diff -r f4e9f40e70d8a3cc8f5cc04a9245cd842d0d465b https://code.google.com/p/go.tools #

Unified diffs Side-by-side diffs Delta from patch set Stats (+415 lines, -0 lines) Patch
A cmd/callgraph/main.go View 1 2 3 4 5 1 chunk +310 lines, -0 lines 0 comments Download
A cmd/callgraph/main_test.go View 1 2 1 chunk +73 lines, -0 lines 0 comments Download
A cmd/callgraph/testdata/src/pkg/pkg.go View 1 1 chunk +25 lines, -0 lines 0 comments Download
A cmd/callgraph/testdata/src/pkg/pkg_test.go View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 6
adonovan
Hello sameer@golang.org (cc: golang-codereviews@googlegroups.com, gri@golang.org), I'd like you to review this change to https://code.google.com/p/go.tools
10 years, 5 months ago (2014-11-06 20:04:45 UTC) #1
Sameer Ajmani
https://codereview.appspot.com/164460044/diff/10002/cmd/callgraph/main.go File cmd/callgraph/main.go (right): https://codereview.appspot.com/164460044/diff/10002/cmd/callgraph/main.go#newcode41 cmd/callgraph/main.go:41: `Call graph construction algorithm, one of "rta" or "pta"`) ...
10 years, 5 months ago (2014-11-07 14:41:26 UTC) #2
adonovan
PTAL https://codereview.appspot.com/164460044/diff/10002/cmd/callgraph/main.go File cmd/callgraph/main.go (right): https://codereview.appspot.com/164460044/diff/10002/cmd/callgraph/main.go#newcode41 cmd/callgraph/main.go:41: `Call graph construction algorithm, one of "rta" or ...
10 years, 5 months ago (2014-11-07 20:10:36 UTC) #3
Sameer Ajmani
LGTM Please address my comments before submitting. https://codereview.appspot.com/164460044/diff/70001/cmd/callgraph/main.go File cmd/callgraph/main.go (right): https://codereview.appspot.com/164460044/diff/70001/cmd/callgraph/main.go#newcode255 cmd/callgraph/main.go:255: // Allocate ...
10 years, 5 months ago (2014-11-12 17:51:09 UTC) #4
adonovan
https://codereview.appspot.com/164460044/diff/70001/cmd/callgraph/main.go File cmd/callgraph/main.go (right): https://codereview.appspot.com/164460044/diff/70001/cmd/callgraph/main.go#newcode255 cmd/callgraph/main.go:255: // Allocate these once, outside the loop. On 2014/11/12 ...
10 years, 5 months ago (2014-11-12 18:24:32 UTC) #5
adonovan
10 years, 5 months ago (2014-11-12 22:36:32 UTC) #6
*** Submitted as
https://code.google.com/p/go/source/detail?r=7a1bd150efb9&repo=tools ***

cmd/callgraph: a utility for dumping the callgraph of a Go program.

(This functionality is provided by the oracle, but its output
format is inflexible, and the functionality is better suited
to a shell utility.  I may remove the oracle 'callgraph' feature.)

See Usage for details.

+ Test.

LGTM=sameer
R=sameer
CC=golang-codereviews, gri
https://codereview.appspot.com/164460044
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b