diff --git a/doc/go1.2.html b/doc/go1.2.html index ec1c0259f9..e8a2b86a97 100644 --- a/doc/go1.2.html +++ b/doc/go1.2.html @@ -6,13 +6,6 @@

Introduction to Go 1.2

-

- -RED TEXT IS FROM THE 1.1 DOC AND NEEDS TO BE UPDATED. (It is here for -formatting and style reference.) - -

-

Since the release of Go version 1.1 in April, 2013, the release schedule has been shortened to make the release process more efficient. @@ -293,58 +286,35 @@ of the tests run by the package, not just those of the package itself. By default, as before, dependencies of the tests are not downloaded.

- -

Additional platforms

- -

- -The Go 1.1 tool chain adds experimental support for freebsd/arm, -netbsd/386, netbsd/amd64, netbsd/arm, -openbsd/386 and openbsd/amd64 platforms. - -

- -

- -An ARMv6 or later processor is required for freebsd/arm or -netbsd/arm. - -

- -

- -Go 1.1 adds experimental support for cgo on linux/arm. - -

-

Performance

- -The performance of code compiled with the Go 1.1 gc tool suite should be noticeably -better for most Go programs. -Typical improvements relative to Go 1.0 seem to be about 30%-40%, sometimes -much more, but occasionally less or even non-existent. -There are too many small performance-driven tweaks through the tools and libraries -to list them all here, but the following major changes are worth noting: - +There are a number of significant performance improvements in the standard library; here are a few of them.

-