elftrace
elftrace copied to clipboard
Move InstructionProcessor to its own file?
The code might be a bit easier to follow by splitting the giant mod.rs. In particular impl InstructionProcessor for BitcoinInstructionProcessor could have its own file, as it's about 4000 lines.
The second biggest chunk seems to be all the WitnessGenerator impls.