-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
cgen: fix codegen to emit callexpr one time for in
expr optimization
#22764
Conversation
in
expr optimizationin
expr optimization
The issue was also fixed in #22763 . The fix there disabled the optimization for anything but I'll have to measure the performance impact of this PR before merging. |
^ that is compared to latest master, after rebasing over it. I could not find a significant difference between the functionality (the tests here, also now pass on master, because of #22763, which also covered the The performance is comparable with -prod, but the version on the PR, is slightly faster without -prod . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work.
Fix #22758
Huly®: V_0.6-21211