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

Issue 4661050: code review 4661050: ld: elide the Go symbol table when using -s (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 8 months ago by ality
Modified:
13 years, 8 months ago
Reviewers:
CC:
rsc, niemeyer, gustavo_niemeyer.net, golang-dev
Visibility:
Public.

Description

ld: elide the Go symbol table when using -s

Patch Set 1 #

Patch Set 2 : diff -r b295b8bda20b https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r b295b8bda20b https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M src/cmd/ld/symtab.c View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10
ality
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-06-27 02:22:20 UTC) #1
niemeyer
Thanks.
13 years, 8 months ago (2011-06-27 04:32:29 UTC) #2
rsc
> ld: elide the Go symbol table when using -s Usually -s means just make ...
13 years, 8 months ago (2011-06-27 14:09:17 UTC) #3
gustavo_niemeyer.net
> Usually -s means just make the binary smaller at a cost > of debuggability. ...
13 years, 8 months ago (2011-06-27 15:57:59 UTC) #4
rsc
> That's a good point indeed. The application author will have a much > harder ...
13 years, 8 months ago (2011-06-27 16:00:01 UTC) #5
gustavo_niemeyer.net
> Why? Is someone using -s? I am interested in having significantly smaller binaries, so ...
13 years, 8 months ago (2011-06-27 16:18:20 UTC) #6
rsc
> What we shouldn't do is allowing "strip" to remove the Go symbols by > ...
13 years, 8 months ago (2011-06-27 16:20:12 UTC) #7
ality
Russ Cox <rsc@golang.org> once said: > Usually -s means just make the binary smaller at ...
13 years, 8 months ago (2011-06-27 18:38:10 UTC) #8
rsc
LGTM
13 years, 8 months ago (2011-06-27 18:39:31 UTC) #9
rsc
13 years, 8 months ago (2011-06-27 18:39:43 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=b210a1f79de4 ***

ld: elide the Go symbol table when using -s

R=rsc, n13m3y3r, gustavo
CC=golang-dev
http://codereview.appspot.com/4661050

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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