Skip to content
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

optimize: parameterize OptimizationState with InliningState properly #47224

Merged
merged 2 commits into from
Oct 20, 2022

Conversation

aviatesk
Copy link
Member

Should improve the inlining pass performance a bit. External AbstractInterpreter has been required to recompile all inlining subroutines parameterized with InliningState anyway.

@nanosoldier runbenchmarks("inference", vs=":master")

Should improve the inlining pass performance a bit.
External `AbstractInterpreter` has been required to recompile all
inlining subroutines parameterized with `InliningState` anyway.
@aviatesk aviatesk added the compiler:optimizer Optimization passes (mostly in base/compiler/ssair/) label Oct 19, 2022
@nanosoldier
Copy link
Collaborator

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here.

@aviatesk aviatesk merged commit 3a8a9c6 into master Oct 20, 2022
@aviatesk aviatesk deleted the avi/inliningstate branch October 20, 2022 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:optimizer Optimization passes (mostly in base/compiler/ssair/)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants