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

Edgar E. Iglesias posted 3 patches 4 years, 4 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191108124219.31348-1-edgar.iglesias@gmail.com
Maintainers: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
target/microblaze/translate.c | 77 +++++++++++++++++------------------
1 file changed, 38 insertions(+), 39 deletions(-)
[PATCH v2 0/3] target/microblaze: Plug tcg temp leaks
Posted by Edgar E. Iglesias 4 years, 4 months ago
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(-)

-- 
2.20.1