mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix typos
Change-Id: Ica8d5e5799a4de532764ae86cdb623508d3a8e18
GitHub-Last-Rev: 3e97cca9de
GitHub-Pull-Request: golang/go#58689
Reviewed-on: https://go-review.googlesource.com/c/go/+/471021
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
4d180f71dc
commit
81cd9ff7db
4 changed files with 4 additions and 4 deletions
|
|
@ -908,7 +908,7 @@ func prove(f *Func) {
|
|||
}
|
||||
// One might be tempted to create a v >= ft.zero relation for
|
||||
// all OpPhi's composed of only provably-positive values
|
||||
// but that bloats up the facts table for a very neglible gain.
|
||||
// but that bloats up the facts table for a very negligible gain.
|
||||
// In Go itself, very few functions get improved (< 5) at a cost of 5-7% total increase
|
||||
// of compile time.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue