]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.7.txt: add cmd/trace changes
authorDmitry Vyukov <dvyukov@google.com>
Fri, 13 May 2016 07:25:25 +0000 (09:25 +0200)
committerDmitry Vyukov <dvyukov@google.com>
Fri, 13 May 2016 07:28:35 +0000 (07:28 +0000)
Change-Id: Iaf455d1a2863ff752e0c398e1c364373b4d36614
Reviewed-on: https://go-review.googlesource.com/23084
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
doc/go1.7.txt

index adac6a367a83fd5f486a25eaf94b1c203a6ca0c9..d50f1f1032ec96cf67478fb590acb9bac5567cf6 100644 (file)
@@ -7,6 +7,9 @@ cmd/compile: smaller binaries (many CLs)
 cmd/go, go/build: add support for Fortran (CL 19670, CL 4114)
 cmd/doc: group constructors with types (CL 22354)
 cmd/go, go/build: binary-only package support (CL 22433)
+cmd/trace: file:line is embed into traces (CL 21732) which makes binary argument optional (CL 22410)
+cmd/trace: now supports visualization of very large traces by splitting them into parts (CL 22731)
+cmd/trace: tracing has become significantly faster (CL 21512)
 
 Ports: