This repository has been archived by the owner on May 10, 2024. It is now read-only.
Performance issue with VRegAnalysis.modified
and VRegAnalysis.depends_on
#10
Labels
bug
Something isn't working
Processing time for 'tests/other/sha512sum.bc' is terribly long(I didn't have the patience to wait until the end).
Some digging revealed that bottleneck are
VRegAnalysis.modified
andVRegAnalysis.depends_on
for vuln detection rulesnull_dereference
andformat_string
.VRegAnalysis.modified
is a known bottleneck because it is too generic, it needs to be narrowed.VRegAnalysis.depends_on
requires more investigation.The text was updated successfully, but these errors were encountered: