]> Cypherpunks repositories - gostls13.git/commit
runtime: use a 64kb system stack on arm
authorDavid Crawshaw <crawshaw@golang.org>
Tue, 15 Sep 2015 16:22:46 +0000 (12:22 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 26 Oct 2015 15:10:34 +0000 (15:10 +0000)
commit21f35b33c21ae047b366c548d6d5b926a3d93f53
treec8cb3d6fcc67a2561805c4ba3ec774053478e38e
parentafe9837b23f889c59144d90ce3ae87d32aee59fe
runtime: use a 64kb system stack on arm

I went looking for an arm system whose stacks are by default smaller
than 64KB. In fact the smallest common linux target I could find was
Android, which like iOS uses 1MB stacks.

Fixes #11873

Change-Id: Ieeb66ad095b3da18d47ba21360ea75152a4107c6
Reviewed-on: https://go-review.googlesource.com/14602
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/asm_arm.s
src/runtime/os1_linux.go