joxeankoret / diaphora

Diaphora, the most advanced Free and Open Source program diffing tool.
http://diaphora.re
GNU Affero General Public License v3.0
3.51k stars 370 forks source link

Extracting microcode seems to be too slow #280

Closed joxeankoret closed 8 months ago

joxeankoret commented 9 months ago

Every time I profile a slow export, the functions responsible of extracting the microcode are at the top slow ones. I am sure there is room for optimization here. Or at least I hope so.

This issue is related to issue #270.

joxeankoret commented 8 months ago

It seems I was wrong and the part where it took the longer was somewhere else (coalescing compilation units). Closing for now.