-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: in prove.go:addLocalFacts
ft.update
propagates limits depends on value ordering and can't propagate ft.update
→ ft.flowLimit
dependencies
#68857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Milestone
Comments
cc @randall77 |
Change https://go.dev/cl/605156 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Sep 3, 2024
addLocalFacts loop already ft.update which sets up limits correctly, but doing this in flowLimit help us since other values might depend on this limit. Updates #68857 We could improve this further: - remove mod alltogheter when we can prove a < b. - we could do more adhoc computation in flowLimit to set umax and umin tighter Change-Id: I5184913577b6a51a07cb53a6e6b73552a982de0b Reviewed-on: https://go-review.googlesource.com/c/go/+/605156 Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Keith Randall <khr@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Change https://go.dev/cl/656157 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Mar 12, 2025
…de flowLimit Updates #68857 Change-Id: Ied07e656bba42f3b1b5f9b9f5442806aa2e7959b Reviewed-on: https://go-review.googlesource.com/c/go/+/656157 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Keith Randall <khr@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@google.com> Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Go version
go1.24-793b14b455
Output of
go env
in your module/workspace:What did you do?
Add theses in
test/prove.go
and run:What did you see happen?
What did you expect to see?
The text was updated successfully, but these errors were encountered: