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

Issue 4264049: code review 4264049: goinstall: handle .s files with gc (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 2 months ago by niemeyer
Modified:
14 years, 1 month ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

goinstall: handle .s files with gc As a data point, with this change goinstall is able to fully build package big out of the box.

Patch Set 1 #

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

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

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -13 lines) Patch
M src/cmd/goinstall/make.go View 1 5 chunks +25 lines, -9 lines 2 comments Download
M src/cmd/goinstall/parse.go View 1 4 chunks +15 lines, -4 lines 0 comments Download

Messages

Total messages: 5
niemeyer
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 2 months ago (2011-03-07 16:30:13 UTC) #1
rsc
http://codereview.appspot.com/4264049/diff/4001/src/cmd/goinstall/make.go File src/cmd/goinstall/make.go (right): http://codereview.appspot.com/4264049/diff/4001/src/cmd/goinstall/make.go#newcode70 src/cmd/goinstall/make.go:70: cgoOFiles := make([]string, 0, len(dirInfo.cFiles)) This is a significant ...
14 years, 2 months ago (2011-03-07 16:35:24 UTC) #2
niemeyer
http://codereview.appspot.com/4264049/diff/4001/src/cmd/goinstall/make.go File src/cmd/goinstall/make.go (right): http://codereview.appspot.com/4264049/diff/4001/src/cmd/goinstall/make.go#newcode70 src/cmd/goinstall/make.go:70: cgoOFiles := make([]string, 0, len(dirInfo.cFiles)) Not really. Nothing has ...
14 years, 2 months ago (2011-03-07 16:49:10 UTC) #3
rsc
LGTM
14 years, 2 months ago (2011-03-07 17:00:59 UTC) #4
rsc
14 years, 2 months ago (2011-03-07 17:08:54 UTC) #5
*** Submitted as dffa61a0b2da ***

goinstall: handle .s files with gc

As a data point, with this change goinstall is able to
fully build package big out of the box.

R=rsc
CC=golang-dev
http://codereview.appspot.com/4264049

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