-
-
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: enable :call
inference in irinterp
#49191
Conversation
Your benchmark job has completed - no performance regressions were detected. A full report can be found here. |
93f4b3f
to
9207d2e
Compare
@nanosoldier |
1ee2fca
to
ab3fee7
Compare
@nanosoldier |
ab3fee7
to
ee5ef93
Compare
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. |
Your package evaluation job has completed - possible new issues were detected. |
ee5ef93
to
e891443
Compare
@nanosoldier |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. |
Your package evaluation job has completed - possible new issues were detected. |
@nanosoldier |
Your package evaluation job has completed - possible new issues were detected. |
e891443
to
0e822cd
Compare
The failure of |
@nanosoldier |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. |
Your package evaluation job has completed - possible new issues were detected. |
0e822cd
to
a8d99f7
Compare
@nanosoldier |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. |
Your package evaluation job has completed - possible new issues were detected. |
Now `LimitedAccuracy` can appear in irinterp, so we should include `InferenceLattice` for `[typeinf|ipo]_lattice` for irinterp.
a8d99f7
to
9436bf5
Compare
@nanosoldier |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. |
Your package evaluation job has completed - no new issues were detected. |
Built on top of #48913, this commit enables
:call
inference in irinterp. In a case when some regression is detected, we can simply revert this commit rather than reverting the whole refactoring from #48913.@nanosoldier
runbenchmarks("inference", vs=":master")
@nanosoldier
runtests()