]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: merge lfstack{Pack,Unpack} into one file"
authorDave Cheney <dave@cheney.net>
Thu, 7 Apr 2016 14:05:06 +0000 (14:05 +0000)
committerDave Cheney <dave@cheney.net>
Thu, 7 Apr 2016 14:05:24 +0000 (14:05 +0000)
commit9cc9e95b288648d796d92f0b92cb713b35f20062
treee1b8ffa233ae66a9cdb9a0dfea10e151ef9be113
parent8448d3aace7f26bd6eca14e8b89c5a981c2ab9d3
Revert "runtime: merge lfstack{Pack,Unpack} into one file"

This broke solaris, which apparently does use the upper 17 bits of the address space.

This reverts commit 3b02c5b1b66df9cdb23d5a3243bb37b2c312ea1b.

Change-Id: Iedfe54abd0384960845468205f20191a97751c0b
Reviewed-on: https://go-review.googlesource.com/21652
Reviewed-by: Dave Cheney <dave@cheney.net>
src/runtime/lfstack.go
src/runtime/lfstack_32bit.go [new file with mode: 0644]
src/runtime/lfstack_64bit.go [new file with mode: 0644]
src/runtime/lfstack_amd64.go [new file with mode: 0644]