go/src
Keith Randall b1f656b1ce cmd/compile: fold address calculations into CMPload[const] ops
Makes go binary smaller by 0.2%.

I noticed this in autogenerated equal methods, and there are
probably a lot of those.

Change-Id: I4e04eb3653fbceb9dd6a4eee97ceab1fa4d10b72
Reviewed-on: https://go-review.googlesource.com/135379
Reviewed-by: Ilya Tocar <ilya.tocar@intel.com>
2018-09-14 19:42:09 +00:00
..
archive
bufio bufio: avoid rescanning buffer multiple times in ReadSlice 2018-08-22 17:06:28 +00:00
builtin
bytes strings, bytes: optimize function Index 2018-09-13 16:21:55 +00:00
cmd cmd/compile: fold address calculations into CMPload[const] ops 2018-09-14 19:42:09 +00:00
compress cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methods 2018-09-11 15:14:56 +00:00
container
context context: don't talk about tools that don't exist 2018-08-22 22:11:24 +00:00
crypto crypto/x509: allow ":" in Common Name hostnames 2018-09-07 17:28:27 +00:00
database/sql database/sql: fix Rows.Columns() documentation 2018-09-03 16:28:42 +00:00
debug debug/elf: add R_RISCV_32_PCREL relocation 2018-09-07 11:07:39 +00:00
encoding encoding/json: use panics for phase errors 2018-09-12 07:50:10 +00:00
errors
expvar expvar: fix name of Var interface 2018-09-06 05:43:52 +00:00
flag
fmt fmt: add example for Sprint 2018-09-07 12:32:06 +00:00
go go/types: be more precise in API comment 2018-09-13 18:23:20 +00:00
hash
html html/template: add an example for the Delims method 2018-08-30 19:36:15 +00:00
image cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methods 2018-09-11 15:14:56 +00:00
index/suffixarray
internal internal/bytealg: optimize Equal on arm64 2018-09-12 19:56:55 +00:00
io ghchinoy: add example for ioutil.WriteFile 2018-08-30 18:38:34 +00:00
log
math math/bits: add extended precision Add, Sub, Mul, Div 2018-09-11 17:54:20 +00:00
mime
net net/url: remove an allocation for short strings in escape 2018-09-11 12:25:22 +00:00
os os: add ModeCharDevice to ModeType 2018-09-13 09:52:57 +00:00
path path/filepath: correct symlink eval for symlink at root 2018-09-13 21:34:56 +00:00
plugin plugin: remove unused func 2018-08-22 16:29:03 +00:00
reflect reflect: use a bigger object when we need a finalizer to run 2018-08-24 22:17:54 +00:00
regexp regexp: fix incorrect name in Match doc comment 2018-09-13 16:29:06 +00:00
runtime runtime: don't build semasleep_test on Plan 9 2018-09-13 19:54:03 +00:00
sort
strconv strconv: add example for IsGraphic 2018-09-03 05:45:52 +00:00
strings strings, bytes: optimize function Index 2018-09-13 16:21:55 +00:00
sync
syscall syscall: correct argument order for SyncFileRange syscall on linux/ppc64{,le} 2018-09-05 10:03:43 +00:00
testing
text text/template: simplify line tracking in the lexer 2018-09-05 21:27:04 +00:00
time time: add example for LoadLocation 2018-08-30 19:38:38 +00:00
unicode
unsafe
vendor/golang_org/x
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat src/make.bat: add missing go.exe extension 2018-08-25 22:42:46 +00:00
make.rc
naclmake.bash all: use consistent shebang line across all shell scripts 2018-08-22 16:41:11 +00:00
nacltest.bash all: use consistent shebang line across all shell scripts 2018-08-22 16:41:11 +00:00
race.bash
race.bat cmd/dist: fix compilation on windows 2018-08-25 22:39:17 +00:00
run.bash
run.bat
run.rc