Groups
Groups
Sign in
Groups
Groups
golang-nuts
Conversations
About
Send feedback
Help
these code line seens never reachable, can it be deleted?
53 views
Skip to first unread message
xie cui
unread,
Apr 6, 2021, 7:55:33 AM
4/6/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
https://github.com/golang/go/blob/master/src/cmd/internal/obj/x86/asm6.go#L2192-L2210
if it can be delete i will send a pr!
peterGo
unread,
Apr 6, 2021, 8:25:09 AM
4/6/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Why did you ignore other similar occurences?
:~/go/src/cmd/internal/obj$ grep -r 'if false {' *
arm/asm5.go: if false { /*debug['O']*/
arm/asm5.go: if false { /*debug['P']*/
arm/asm5.go: if false { /*debug['G']*/
arm64/asm7.go: if false {
arm64/asm7.go: if false { /*debug['P']*/
arm64/obj7.go: if false {
ppc64/obj9.go: if false {
x86/asm6.go: if false { /* debug['a'] > 1 */
x86/asm6.go: if false { /* debug['Q'] */
x86/asm6.go: if false { /* debug['Q'] */
:~/go/src/cmd/internal/obj$
Peter
Reply all
Reply to author
Forward
0 new messages