Re: [PATCH v2 4/8] target/sparc: Introduce DYNAMIC_PC_LOOKUP

2023-06-27 Thread Philippe Mathieu-Daudé
On 21/6/23 20:06, Richard Henderson wrote: Create a new artificial "next pc" which also indicates that nothing has changed within the cpu state which requires returning to the main loop. Pipe this new value though all pc/npc checks. Do not produce this new value yet. Signed-off-by: Richard Hend

[PATCH v2 4/8] target/sparc: Introduce DYNAMIC_PC_LOOKUP

2023-06-21 Thread Richard Henderson
Create a new artificial "next pc" which also indicates that nothing has changed within the cpu state which requires returning to the main loop. Pipe this new value though all pc/npc checks. Do not produce this new value yet. Signed-off-by: Richard Henderson --- target/sparc/translate.c | 155 ++