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

Add assembly code optimization #3

Open
bobbinth opened this issue Feb 27, 2020 · 0 comments
Open

Add assembly code optimization #3

bobbinth opened this issue Feb 27, 2020 · 0 comments
Labels
optimization This can improve performance

Comments

@bobbinth
Copy link
Contributor

Some of the potential optimization types:

  1. Extracting common sub-expressions
  2. Eliminating single-use variables
  3. Inlining constants and function calls
  4. Vector extraction collapsing
  5. Other?
@bobbinth bobbinth added the optimization This can improve performance label Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization This can improve performance
Projects
None yet
Development

No branches or pull requests

1 participant