-
Notifications
You must be signed in to change notification settings - Fork 616
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
It appears that we're creating a new
PE
/ELFFILE
object per function, when we should be creating these once per analysis. Commenting outextract_insn_bytes_features
(the caller) resulted in a significant performance improvement. @mr-tz this is a good place to start investigating for a performance bump, starting by seeing if we can store thePE
/ELFFile
object once in theAnalysisContext
.
please read thread started by @mike-hunhoff in #1950 (comment)_
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request