On 6/27/23 13:19, Mark Cave-Ayland wrote:
On 27/06/2023 10:37, Philippe Mathieu-Daudé wrote:
On 27/6/23 08:46, Mark Cave-Ayland wrote:
On 22/06/2023 13:26, Mark Cave-Ayland wrote:
On 21/06/2023 19:05, Richard Henderson wrote:
Changes from v1:
* Split into teeny weeny pieces.
* It tu
On 27/06/2023 10:37, Philippe Mathieu-Daudé wrote:
On 27/6/23 08:46, Mark Cave-Ayland wrote:
On 22/06/2023 13:26, Mark Cave-Ayland wrote:
On 21/06/2023 19:05, Richard Henderson wrote:
Changes from v1:
* Split into teeny weeny pieces.
* It turns out the sparc_tr_tb_stop hunk of v1 was
On 6/27/23 11:37, Philippe Mathieu-Daudé wrote:
On 27/6/23 08:46, Mark Cave-Ayland wrote:
On 22/06/2023 13:26, Mark Cave-Ayland wrote:
On 21/06/2023 19:05, Richard Henderson wrote:
Changes from v1:
* Split into teeny weeny pieces.
* It turns out the sparc_tr_tb_stop hunk of v1 was bug
On 27/6/23 08:46, Mark Cave-Ayland wrote:
On 22/06/2023 13:26, Mark Cave-Ayland wrote:
On 21/06/2023 19:05, Richard Henderson wrote:
Changes from v1:
* Split into teeny weeny pieces.
* It turns out the sparc_tr_tb_stop hunk of v1 was buggy,
in that things that are not simple branc
On 22/06/2023 13:26, Mark Cave-Ayland wrote:
On 21/06/2023 19:05, Richard Henderson wrote:
Changes from v1:
* Split into teeny weeny pieces.
* It turns out the sparc_tr_tb_stop hunk of v1 was buggy,
in that things that are not simple branches use DYNAMIC_PC,
e.g. the RETT (ret
On 21/06/2023 19:05, Richard Henderson wrote:
Changes from v1:
* Split into teeny weeny pieces.
* It turns out the sparc_tr_tb_stop hunk of v1 was buggy,
in that things that are not simple branches use DYNAMIC_PC,
e.g. the RETT (return from trap) instruction.
Introduce DYN
Changes from v1:
* Split into teeny weeny pieces.
* It turns out the sparc_tr_tb_stop hunk of v1 was buggy,
in that things that are not simple branches use DYNAMIC_PC,
e.g. the RETT (return from trap) instruction.
Introduce DYNAMIC_PC_LOOKUP to distinguish the couple of
places