Skip to content

Commit

Permalink
Remove optimization hint
Browse files Browse the repository at this point in the history
I'm no longer interested in these micro-optimizations, as they may
easily change with every new compiler version.
  • Loading branch information
rillig committed Dec 22, 2024
1 parent 930845f commit 156b946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v23/pkgver/vercmp.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func newVersion(vstr string) *version {
return &v
}

//go:noinline
func (v *version) add(i int) {
v.v = append(v.v, i)
}
Expand Down

0 comments on commit 156b946

Please sign in to comment.