r2dec-js icon indicating copy to clipboard operation
r2dec-js copied to clipboard

Optimizations

Open wargio opened this issue 6 years ago • 1 comments

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

wargio avatar Sep 07 '18 14:09 wargio

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.

wargio avatar Sep 08 '18 14:09 wargio