elftrace
elftrace copied to clipboard
I'm not a compiler expert, but I wonder what's missing for these opcodes? And are they generally useful? How do you currently work around their absence?
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....
Different versions of GCC, as well as differences optimization settings and RISC-V target platform can result in different ELF files. See #16. This seems like a great use case for...
I'm trying to reproduce the `.s` files on macOS, using `brew install riscv-tools` (and without Docker). This requires manually specifying the arch and abi. I think I got pretty close...