]> Cypherpunks repositories - gostls13.git/commit
runtime: use 64k page rounding on arm64
authorRuss Cox <rsc@golang.org>
Tue, 28 Jul 2015 17:41:16 +0000 (13:41 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 28 Jul 2015 19:59:00 +0000 (19:59 +0000)
commit7a63ab1a653d957bcf4e690ea70d6838382015e0
treedeaa99587d6a9e8e9399132138118f5589b43d10
parent68117a91ae3ca306007d89440c8d6e71ffc5bdd5
runtime: use 64k page rounding on arm64

Fixes #11886.

Change-Id: I9392fd2ef5951173ae275b3ab42db4f8bd2e1d7a
Reviewed-on: https://go-review.googlesource.com/12747
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/runtime/arch1_arm64.go
src/runtime/debug/garbage_test.go