Jason Turner
Jason Turner
See here: http://llvm.org/docs/LibFuzzer.html
Currently there are some functions that take a list of strings or paths and it's possible to swap up the order of parameters. Look for these cases and better utilize...
Currently each part of the opcode is decoded on demand, we should try doing this upfront when the opcode type is constructed to see if the reduced work done during...
Could be interesting to debugging of the system.
Will be necessary for statics/globals
I believe we need to look in the dynamic symbol table.
Currently main.cpp takes too long to compile. Options include: - breaking out arm.hpp so we don't compile the emulator each time - breaking out `fmt::` calls, they are heavy at...
User needs to have compiler output (warnings and errors) parsed and shown in the IDE.
See https://github.com/lefticus/cpp_box#architecture-documentation for specifics on the goals