-
Notifications
You must be signed in to change notification settings - Fork 1
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
Optimization: Opportunities identified in Octane benchmark #25
Comments
PPC: optimize atomic load/store sequence |
S390: check-non-smi can use TM to reduce gap |
CmpSmiLiteral can use CIH for 64-bit |
MathAbs can use load positive to optimize |
S390: Optimize Allocation sequences to use prefetch |
PPC: Use vector instruction to optimize ArithmeticD. Can use non-clobbered mode |
PPC: exploit mod[s|u][d|w] (modulo) instruction |
Common:
PPC:
S390:
The text was updated successfully, but these errors were encountered: