From 50104cc32a498f7517a51c8dc93106c51c7a54b4 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Wed, 20 Apr 2011 15:44:41 +0200 Subject: Imported Upstream version 2011.03.07.1 --- doc/install.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'doc/install.html') diff --git a/doc/install.html b/doc/install.html index d8fa8b468..816e6e654 100644 --- a/doc/install.html +++ b/doc/install.html @@ -54,7 +54,7 @@ architectures.

-Except for things like low-level operating system interface code, the runtime +Except for things like low-level operating system interface code, the run-time support is the same in all ports and includes a mark-and-sweep garbage collector (a fancier one is in the works), efficient array and string slicing, support for segmented stacks, and a strong goroutine implementation. @@ -163,8 +163,7 @@ The compiler is 6g.

-where N is a number that varies from release to release -and the details on the last few lines will reflect the operating system, +where the details on the last few lines reflect the operating system, architecture, and root directory used during the install.

@@ -419,9 +418,9 @@ to override the defaults. $GOARM (arm, default=6)
- The ARM architecture version the runtime libraries should target. + The ARM architecture version the run-time libraries should target. ARMv6 cores have more efficient synchronization primitives. Setting - $GOARM to 5 will compile the runtime libraries using + $GOARM to 5 will compile the run-time libraries using just SWP instructions that work on older architectures as well. Running v6 code on an older core will cause an illegal instruction trap.
-- cgit v1.2.3