elftrace icon indicating copy to clipboard operation
elftrace copied to clipboard

Move InstructionProcessor to its own file?

Open Sjors opened this issue 1 year ago • 0 comments

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.

Sjors avatar Apr 01 '25 15:04 Sjors