ilya-klyuchnikov / faba

Fast Bytecode Analysis
15 stars 1 forks source link

Filtering redundant error transitions #6

Open ilya-klyuchnikov opened 10 years ago

ilya-klyuchnikov commented 10 years ago

ASM analyzer is conservative when constructing error transitions. Really, not all instructions can lead to error transitions. Possible optimization is to filter out error transitions from "safe" instructions, it will interplay with #5 and the effect may be significant.