From f35b8658dca82f317251f7947964fb2878b57a85 Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Tue, 18 Oct 2016 15:54:04 -0400 Subject: [PATCH] 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 --- doc/install-source.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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) -- 2.48.1