From 6a4b1f745d999f9ae6e2c5be38acd46bef13fdcb Mon Sep 17 00:00:00 2001 From: Katie Hockman Date: Tue, 11 Jun 2019 15:12:54 -0400 Subject: [PATCH] doc: add release notes for sync Change-Id: I49b09349a632a6b6219c85638d9cb6774c0c210a Reviewed-on: https://go-review.googlesource.com/c/go/+/181721 Reviewed-by: Bryan C. Mills --- doc/go1.13.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/go1.13.html b/doc/go1.13.html index 91d2f28094..13980ef539 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -330,11 +330,12 @@ TODO
sync

- TODO: https://golang.org/cl/166960: use lock-free structure for Pool stealing + Large sync.Pool no longer increase stop-the-world pause times.

- TODO: https://golang.org/cl/166961: smooth out Pool behavior over GC with a victim cache + Pool no longer needs to be completely repopulated after every GC. It now retains some objects across GCs, + as opposed to releasing all objects, reducing load spikes for heavy users of Pool.

-- 2.50.0