summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Vyukov <dvyukov@google.com>2014-10-04 12:02:04 +0400
committerDmitriy Vyukov <dvyukov@google.com>2014-10-04 12:02:04 +0400
commit1855505dc93ea5f77cfa91327305d8412fcd2a33 (patch)
treee8c8908170af5ae2c1215ec39d702bfd743560c0 /doc
parent043a903ead42760aa207f998cabd4d14593dc08d (diff)
downloadgo-1855505dc93ea5f77cfa91327305d8412fcd2a33.tar.gz
doc/go1.4: document memory consumption reduction
R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/149370043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index 0f79389a5..3564e7d2d 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -30,7 +30,7 @@ net/http/httputil: add ReverseProxy.ErrorLog (CL 132750043)
os: implement symlink support for windows (CL 86160044)
reflect: add type.Comparable (CL 144020043)
runtime: implement monotonic clocks on windows (CL 108700045)
-runtime: stack size 2K (4K on plan 9 and windows) (CL 145790043)
+runtime: memory consumption is reduced by 10-30% (CL 106260045 removes type info from heap, CL 145790043 reduces stack size to 2K (4K on plan 9 and windows))
runtime: MemStats.Mallocs now counts very small allocations missed in Go 1.3. This may break tests using runtime.ReadMemStats or testing.AllocsPerRun by giving a more accurate answer than Go 1.3 did (CL 143150043).
runtime/race: freebsd is supported (CL 107270043)
swig: Due to runtime changes Go 1.4 will require SWIG 3.0.3 (not yet released)