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

Optimizations #99

Open
wargio opened this issue Sep 7, 2018 · 1 comment
Open

Optimizations #99

wargio opened this issue Sep 7, 2018 · 1 comment

Comments

@wargio
Copy link
Owner

wargio commented Sep 7, 2018

https://graphics.stanford.edu/~seander/bithacks.html

@wargio
Copy link
Owner Author

wargio commented Sep 8, 2018

Main task: add all the optimizations into base.js

Essentially in the link above there are a lot of optimizations. we need to sort them and understand which can be globally applied and add them into base.js

If there are some arch dependent, like x86 only, then maybe we can still improve the decompilation of the affected architecture without using the Base functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant