r2dec-js
                                
                                 r2dec-js copied to clipboard
                                
                                    r2dec-js copied to clipboard
                            
                            
                            
                        Optimizations
https://graphics.stanford.edu/~seander/bithacks.html
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.