-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
inference: improve edges #24337
inference: improve edges #24337
Conversation
Any way this could be tested? |
fb90af2
to
690ddb4
Compare
previously bestguess might be Conditional, which was very bad also, I think there was a missing call to update_valid_age!
This seems to give better results for most code (especially base). It means we can't cache the results, but that doesn't seem to be necessary (we weren't doing it before either)
690ddb4
to
86aefe8
Compare
This doesn't seem to backport very cleanly to release-0.6. Would you be willing to make a PR for this change against release-0.6? |
My impression is only the couple small items mentioned in the OP are eligible for backporting:
|
@vtjnash, can you please prepare a PR of the parts of this that are actually backportable? |
previously bestguess might be Conditional, which was very bad
also, I think there was a missing call to
update_valid_age!
in some cases?