作者:hh呢喃_845 | 来源:互联网 | 2023-09-17 14:28
I am using ReDex for my research project in which I am trying to observe the behavior of different combinations of transformations/optimizations on Android Applications.
Due to lack of documentation I am facing a lot of difficulty in understanding few passes/transformations.
For instance I couldn't understand the behavior of:-
- ReBindRefsPass:- Can't figure out the behaviour
- RemoveUnreachablePass:- How is this different from LocalDCEPass?
- Synthetic Optimization:- Can't figure out behavior
It would be really helpful if someone can provide brief summary of the following transformations.
该提问来源于开源项目:facebook/redex
We moved Justin's documentation into the source docs, you can find them at https://fbredex.com/docs/passes now.