mbox series

[v2,0/3] target/microblaze: Plug tcg temp leaks

Message ID 20191108124219.31348-1-edgar.iglesias@gmail.com (mailing list archive)
Headers show
Series target/microblaze: Plug tcg temp leaks | expand

Message

Edgar E. Iglesias Nov. 8, 2019, 12:42 p.m. UTC
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

On some workloads we've seen TCG run out of temps due to leakage
in the MicroBlaze translator. This series fixes the leaks.

Cheers,
Edgar

ChangeLog:

v1 -> v2:
* Use tcg_gen_xori_tl when endian reversing load/store addresses


Edgar E. Iglesias (3):
  target/microblaze: Plug temp leaks for loads/stores
  target/microblaze: Plug temp leaks with delay slot setup
  target/microblaze: Plug temp leak around eval_cond_jmp()

 target/microblaze/translate.c | 77 +++++++++++++++++------------------
 1 file changed, 38 insertions(+), 39 deletions(-)