go/src/cmd/internal
Matthew Dempsky 81d4072eb0 cmd/internal/gc, runtime: change growslice to use int instead of int64
Gc already calculates n as an int, so converting to int64 to call
growslice doesn't serve any purpose except to emit slightly larger
code on 32-bit platforms.  Passing n as an int shrinks godoc's text
segment by 8kB (9472633 => 9464133) when building for ARM.

Change-Id: Ief9492c21d01afcb624d3f2a484df741450b788d
Reviewed-on: https://go-review.googlesource.com/6231
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2015-03-04 17:17:17 +00:00
..
asm cmd/5g etc: mechanical cleanup 2015-03-02 18:40:28 +00:00
gc cmd/internal/gc, runtime: change growslice to use int instead of int64 2015-03-04 17:17:17 +00:00
goobj debug/goobj: move to cmd/internal/goobj 2014-11-16 20:52:45 -05:00
ld cmd/internal/ld: fix symbol visibility for external linking 2015-03-04 08:32:00 +00:00
obj cmd/internal/obj/x86: change SHRQ to store second source in From3, not jammed into From 2015-03-04 16:35:49 +00:00
objfile all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
rsc.io cmd/objdump: move armasm, x86asm into internal packages 2014-09-30 12:28:24 -04:00