]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.cc] runtime: fix lfstack for amd64 addresses in top half of addr space
authorRuss Cox <rsc@golang.org>
Fri, 14 Nov 2014 17:55:23 +0000 (12:55 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 14 Nov 2014 17:55:23 +0000 (12:55 -0500)
commit5fce15a2a3cd94427bb9979d73acf14013ec7f31
treea49b9ffa5eac49d991e820b27da919aadd9e010b
parenta87e4a2d01097c7f2430df0427aaae9c0b6f2031
[dev.cc] runtime: fix lfstack for amd64 addresses in top half of addr space

While we are here, add the linux/power64 version.

LGTM=austin
R=austin
CC=aram, dvyukov, golang-codereviews
https://golang.org/cl/177750043
src/runtime/lfstack.go
src/runtime/lfstack_32bit.go
src/runtime/lfstack_amd64.go
src/runtime/lfstack_linux_power64x.go [new file with mode: 0644]