From: Quentin Smith Date: Tue, 18 Oct 2016 19:54:04 +0000 (-0400) Subject: doc: update install-source.html for SSA in Go 1.8 X-Git-Tag: go1.8beta1~748 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f35b8658dca82f317251f7947964fb2878b57a85;p=gostls13.git doc: update install-source.html for SSA in Go 1.8 Fixes #17491 Change-Id: Ic070cbed60fa893fed568e8fac448b86cd3e0cbc Reviewed-on: https://go-review.googlesource.com/31411 Reviewed-by: Ian Lance Taylor Reviewed-by: Russ Cox --- diff --git a/doc/install-source.html b/doc/install-source.html index 9a7128cbce..356f0dfb80 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -43,17 +43,13 @@ architectures. amd64 (also known as x86-64)
- A mature implementation. New in 1.7 is its SSA-based back end - that generates compact, efficient code. + A mature implementation.
386 (x86 or x86-32)
- Comparable to the amd64 port, but does - not yet use the SSA-based back end. It has an effective - optimizer (registerizer) and generates good code (although - gccgo can do noticeably better sometimes). + Comparable to the amd64 port.
arm (ARM)