Closed samalws-tob closed 2 months ago
This PR adds a cache for getContractCoverageMapHash results, so that the operation doesn't need to be done every opcode. In benchmarks this improves performance by 50%-100%. See also #451
getContractCoverageMapHash
This PR adds a cache for
getContractCoverageMapHash
results, so that the operation doesn't need to be done every opcode. In benchmarks this improves performance by 50%-100%. See also #451