BinaryAnalysisPlatform / bap

Binary Analysis Platform
MIT License
2.07k stars 273 forks source link

improves the computation of the instruction properties #1400

Closed ivg closed 2 years ago

ivg commented 2 years ago

Computes all instruction properties at once and uses set to collect them. This change is not very noticable on regular binaries, but gives some performance benefits when floating-points and vector instructions are involved.