While running qemu-system-ppc64 on my 32bit system I ran into cases where TCG just stopped because it was running out of temporaries to allocate from.
Obviously this meant there were instructions not freeing their temporaries properly, so I went ahead and implemented the same mechanism ARM uses to find temporary leakage. While at it, I also fixed all leaks I found. Alexander Graf (2): PPC: Fix TCG chunks that don't free their temps PPC: Fail on leaking temporaries target-ppc/translate.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -- 1.8.1.4