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

Issue 135170044: code review 135170044: cmd/ld: diagnose Go calling C (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by rsc
Modified:
9 years, 8 months ago
Reviewers:
khr
CC:
khr, josharian, golang-codereviews
Visibility:
Public.

Description

cmd/ld: diagnose Go calling C For example: go build -ldflags -C cmd/go 2>&1 | awk '{print $NF}' | sort | uniq -c | sort -nr

Patch Set 1 #

Patch Set 2 : diff -r 7d8ecaa0c2ebe096fc74bd0985c55f15feaa9afb https://code.google.com/p/go/ #

Patch Set 3 : diff -r 7d8ecaa0c2ebe096fc74bd0985c55f15feaa9afb https://code.google.com/p/go/ #

Patch Set 4 : diff -r 45d7d31595f03635f9b9c3bde3ded82cf0bb17d8 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -6 lines) Patch
M include/link.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/cc/pgen.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/ld/lib.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/ld/lib.c View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
M src/cmd/ld/pobj.c View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M src/liblink/objfile.c View 1 2 3 7 chunks +14 lines, -4 lines 0 comments Download
M src/pkg/debug/goobj/read.go View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello khr (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
9 years, 8 months ago (2014-08-29 03:10:09 UTC) #1
josharian
Code looks good. Is the overloading of the dupok byte temporary? If not some comments ...
9 years, 8 months ago (2014-08-29 17:09:40 UTC) #2
khr
LGTM
9 years, 8 months ago (2014-08-29 20:43:10 UTC) #3
rsc
On Fri, Aug 29, 2014 at 1:09 PM, <josharian@gmail.com> wrote: > Code looks good. > ...
9 years, 8 months ago (2014-09-01 02:40:31 UTC) #4
rsc
9 years, 8 months ago (2014-09-01 02:49:19 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=ff82d3107ab3 ***

cmd/ld: diagnose Go calling C

For example:
go build -ldflags -C cmd/go 2>&1 | awk '{print $NF}' | sort | uniq -c | sort -nr

LGTM=khr
R=khr, josharian
CC=golang-codereviews
https://codereview.appspot.com/135170044
Sign in to reply to this message.

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