ilya-klyuchnikov / faba

Fast Bytecode Analysis
15 stars 1 forks source link

Local solving of equations (class scale) #24

Closed ilya-klyuchnikov closed 9 years ago

ilya-klyuchnikov commented 10 years ago

Potentially it may lead to boost in performance. The idea is to order analyses in the scope of one class. And make analyses in the right order. My hope: in many cases small private methods will result in local answers, that can be reused directly in other analyses of methods of the same class. The downside: things are going to be more technically involved.

ilya-klyuchnikov commented 9 years ago

It turns out that it is not worth to do - too complex and not modular.