]> Cypherpunks repositories - gostls13.git/commit
runtime: merge 64bit lfstack impls
authorDave Cheney <dave@cheney.net>
Wed, 6 Apr 2016 05:19:12 +0000 (15:19 +1000)
committerDave Cheney <dave@cheney.net>
Wed, 6 Apr 2016 06:47:31 +0000 (06:47 +0000)
commit5c7ae10f66eae34b8a786fc2fdf753bf48a3d116
tree61952057cfb619f3e1cd559cbc5aa551aa8fdcee
parent8455f3a3d5f2879e8574882978e7646db1ebabb5
runtime: merge 64bit lfstack impls

Merge all the 64bit lfstack impls into one file, adjust build tags to
match.

Merge all the comments on the various lfstack implementations for
posterity.

lfstack_amd64.go can probably be merged, but it is slightly different so
that will happen in a followup.

Change-Id: I5362d5e127daa81c9cb9d4fa8a0cc5c5e5c2707c
Reviewed-on: https://go-review.googlesource.com/21591
Run-TryBot: Dave Cheney <dave@cheney.net>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/lfstack_64bit.go [moved from src/runtime/lfstack_linux_ppc64x.go with 80% similarity]
src/runtime/lfstack_darwin_arm64.go [deleted file]
src/runtime/lfstack_linux_arm64.go [deleted file]
src/runtime/lfstack_linux_mips64x.go [deleted file]