From: Alex Bennée
> Ahh OK. If you wanted to you could probably re-create that information using
> the howvec plugin (see contrib/plugins/howvec) if the decode tables where
> added for PPC.
Interesting. I hadn't looked at the plugin mechanism before. In this
hypothetical case, if we wanted to ge
Luis Fernando Fujita Pires writes:
> From: Alex Bennée
>> I have no particular comment to make about the PPC stuff but with the common
>> translator loop we have hooks across all converted front ends to identify the
>> start of each instruction. It's needed for the TCG plugin instrumentation
From: Alex Bennée
> I have no particular comment to make about the PPC stuff but with the common
> translator loop we have hooks across all converted front ends to identify the
> start of each instruction. It's needed for the TCG plugin instrumentation and
> we
> could in theory use it for more i
On 27/05/2021 10:57, Alex Bennée wrote:
"Bruno Larsen (billionai)" writes:
Based-on: <20210525115355.8254-1-bruno.lar...@eldorado.org.br>
The functionality of counting how many instructions were being executed and
being able to show it through the monitor, although neat, was only
supported b
"Bruno Larsen (billionai)" writes:
> Based-on: <20210525115355.8254-1-bruno.lar...@eldorado.org.br>
>
> The functionality of counting how many instructions were being executed and
> being able to show it through the monitor, although neat, was only
> supported by ppc, and now that it is migrati
Based-on: <20210525115355.8254-1-bruno.lar...@eldorado.org.br>
The functionality of counting how many instructions were being executed and
being able to show it through the monitor, although neat, was only
supported by ppc, and now that it is migrating to use decodetree (at
least partially), those