smda
smda copied to clipboard
Speed up analysis of bigger buffers
It's a known issue that disassembly of dumps containing a couple thousand functions is currently very slow. This is likely to some suboptimal choices of data structures and will be investigated asap.
Changing the queue implementation did not really yield improvements, so we'll possibly need to look for other approaches.