This file doesn't need reviews. It's treated like a wiki page by codereview. Submit away. ...
10 years, 5 months ago
(2014-10-03 13:26:12 UTC)
#2
This file doesn't need reviews. It's treated like a wiki page by
codereview. Submit away.
On Fri, Oct 3, 2014 at 4:30 AM, dvyukov via golang-codereviews <
golang-codereviews@googlegroups.com> wrote:
> Reviewers: golang-codereviews,
>
> Message:
> Hello golang-codereviews@googlegroups.com,
>
> I'd like you to review this change to
> https://dvyukov%40google.com@code.google.com/p/go/
>
>
> Description:
> doc/go1.4: document memory consumption reduction
>
> Please review this at https://codereview.appspot.com/149370043/
>
> Affected files (+1, -1 lines):
> M doc/go1.4.txt
>
>
> Index: doc/go1.4.txt
> ===================================================================
> --- a/doc/go1.4.txt
> +++ b/doc/go1.4.txt
> @@ -29,7 +29,7 @@
> 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)
> sync/atomic: add Value (CL 136710045)
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-codereviews" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-codereviews+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
Issue 149370043: code review 149370043: doc/go1.4: document memory consumption reduction
(Closed)
Created 10 years, 5 months ago by dvyukov
Modified 10 years, 5 months ago
Reviewers: gobot
Base URL:
Comments: 0