Cache the ImtTable index in the interpreter.
The index is fairly expensive to calculate; cache it. This makes the interpreter 1% faster on average (golem; arm64), with some benchmarks being up to 15% faster. Test: test.py -b --interpreter --host Change-Id: If77340967148254c47974538c3ebf051a055d4b0
Loading
Please sign in to comment