-
Notifications
You must be signed in to change notification settings - Fork 11
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
Use pragma(inline, true)? #16
Labels
Comments
With clang intrinsics use |
Ideas:
|
p0nce
changed the title
Improve DMD debug performance
Improve DMD debug performance, improve DMD performance
Oct 8, 2019
|
|
p0nce
changed the title
Improve DMD debug performance, improve DMD performance
Use pragma(inline, true)?
Oct 25, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code written with
intel-intrinsics
is often way slower without optimizations, because of no-inlining. Try to improve that for DMD 32-bit.The text was updated successfully, but these errors were encountered: