summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-08-18 21:07:11 -0400
committerRuss Cox <rsc@golang.org>2014-08-18 21:07:11 -0400
commit4596bf5fed92a4526dd55d27f903c74bf03618cd (patch)
treee802727a00ca6ceedcfd89374fd504aae6252538 /doc
parent3a5410187cdd5d9ed93891cbdccda051246b7988 (diff)
downloadgo-4596bf5fed92a4526dd55d27f903c74bf03618cd.tar.gz
doc/go1.4: mention pc-relative addressing on amd64
CC=golang-codereviews https://codereview.appspot.com/124580043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index 60e4bd9e6..b3ba7480d 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -7,6 +7,7 @@ Please keep the list sorted (as in sort.Strings of the lines).
spec: permit for range x (CL 104680043)
+cmd/6l, liblink: use pc-relative addressing for all memory references, so that linking Go binaries at high addresses works (CL 125140043). This cuts the maximum size of a Go binary's text+data+bss from 4GB to 2GB.
cmd/go: import comments (CL 124940043)
cmd/go: implement "internal" (CL 120600043)