]> Cypherpunks repositories - gostls13.git/commit
cmd/link: eliminate markextra
authorMatthew Dempsky <mdempsky@google.com>
Sat, 11 Mar 2017 06:22:11 +0000 (22:22 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Sun, 12 Mar 2017 11:05:10 +0000 (11:05 +0000)
commitd343478295f8635e60014fa9481ccea04b6c53a8
treecc42b1141c49a5a6bc524ff2963a536e3e4a2dca
parent6bc593805f2c2b0ef8b194cc186b804237744cb4
cmd/link: eliminate markextra

This appears to be leftover from when instruction selection happened
in the linker. Many of the morestackX functions listed don't even
exist anymore.

Now that we select instructions within the compiler and assembler,
normal deadcode elimination mechanisms should suffice for these
symbols.

Change-Id: I2cb1e435101392e7c983957c4acfbbcc87a5ca7d
Reviewed-on: https://go-review.googlesource.com/38077
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/link/internal/ld/deadcode.go