From 6bc812e9ecbe66a1fbb096e0f87d7f1b8f9fff04 Mon Sep 17 00:00:00 2001
From: Russ Cox
Go 1.4 can build binaries for ARM processors running the Android operating system.
It can also build a .so
library that can be loaded by an Android application
-using the supporting packages in the mobile subrepository.
+using the supporting packages in the mobile subrepository.
A brief description of the plans for this experimental port are available
-here.
+here.
NaCl on ARM
@@ -193,7 +193,7 @@ A consequence is that stacks are no longer segmented, eliminating the "hot split
When a stack limit is reached, a new, larger stack is allocated, all active frames for
the goroutine are copied there, and any pointers into the stack are updated.
Performance can be noticeably better in some cases and is always more predictable.
-Details are available in the design document.
+Details are available in the design document.
@@ -320,7 +320,7 @@ from 1.5 and onward it will be enforced for any repository.
Full details of the mechanism are in -the design document. +the design document.
-f
flag overrides this check.
Further information is in -the design document. +the design document.
golang.org/x/tools
subrepository.
For more information, see the -design document. +design document.
syscall
package is now frozen excep
for changes needed to maintain the core repository.
In particular, it will no longer be extended to support new or different system calls
that are not used by the core.
-The reasons are described at length in a
+The reasons are described at length in a
separate document.
-A new subrepository, golang.org/x/sys, +A new subrepository, golang.org/x/sys, has been created to serve as the location for new developments to support system calls on all kernels. It has a nicer structure, with three packages that each hold the implementation of -- 2.48.1