-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Make isleap faster #4852
base: main
Are you sure you want to change the base?
Make isleap faster #4852
Conversation
@YOCKOW Can we please run the tests? |
@swift-ci Please test |
@parkera Can we merge CF-only change for perf here? |
Tests failed because original |
The assembler generated is better if we compare directly instead of doing fancy ring buffer-eque logic. Proof: https://godbolt.org/z/dferPP9h4
@YOCKOW Fixed! Can we try again? |
@swift-ci test |
I wonder why Linux test has passed because I think new implementation has to be changed as I suggested above🤔 |
The assembler generated is better if we compare directly instead of doing fancy ring buffer-eque logic.
Proof:
https://godbolt.org/z/dferPP9h4