Adds a cache of decoded instruction information to avoid repeated decoding on every dynamic execution of each instruction. We use a drcontainers hashtable as performance analysis shows that it out-performs C++ unordered_map.
Fixes #2056 (closed)
Adds a cache of decoded instruction information to avoid repeated decoding on every dynamic execution of each instruction. We use a drcontainers hashtable as performance analysis shows that it out-performs C++ unordered_map.
Fixes #2056 (closed)