On 8/31/20 2:08 PM, Philippe Mathieu-Daudé wrote: > Hi Richard, > > Le ven. 28 août 2020 16:46, Richard Henderson <richard.hender...@linaro.org > <mailto:richard.hender...@linaro.org>> a écrit : > > Using lookup_symbol is quite slow; remove that. Decode the > > > Can we add some runtime option to enable its use instead?
We do the lookup with -d in_asm. Do we really need it with -d cpu as well? The -d cpu can be called many millions of times more than -d in_asm, and the two are relatively easy to correlate. r~