cpp_box icon indicating copy to clipboard operation
cpp_box copied to clipboard

Attempt making opcodes decode up front

Open lefticus opened this issue 7 years ago • 0 comments
trafficstars

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 actual processing of the instruction helps performance.

if it does we can build a better/smarter CPU cache.

Relies on #26

lefticus avatar Oct 20 '18 20:10 lefticus