]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update go1.3.txt for some performance changes
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 13 Mar 2014 15:03:41 +0000 (19:03 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Thu, 13 Mar 2014 15:03:41 +0000 (19:03 +0400)
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/75350043

doc/go1.3.txt

index dd2c52aeacdef005e0f9be0aaa2dfabdfbcb1301..ee76079818c8d7c5685ff843091f1c446ac47f5d 100644 (file)
@@ -21,6 +21,9 @@ os/exec: fix Command with relative paths (CL 59580044)
 regexp: add one-pass optimization from RE2 (CL 13345046)
 runtime/debug: add SetPanicOnFault (CL 66590044)
 runtime: output how long goroutines are blocked (CL 50420043)
+runtime: better handling of defers, reduces goroutine memory footprint by 2K (CL 42750044)
+runtime: faster GC: concurrent sweep, better parallelization, 8K pages (up to 50-70% pause reduction) (CL 46430043, 46860043, 58230043)
+runtime/race: faster by ~40% (CL 55100044)
 sync: add Pool (CL 41860043, 46010043)
 syscall: add Accept4 for freebsd (CL 68880043)
 syscall: add NewCallbackCDecl to use for windows callbacks (CL 36180044)