[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/2] PPC: Avoid temporary leaks
From: |
Alexander Graf |
Subject: |
[Qemu-ppc] [PATCH 0/2] PPC: Avoid temporary leaks |
Date: |
Thu, 15 May 2014 18:28:13 +0200 |
Other targets have had it for quite a while, now PPC has it too! Temporary
leakage tracking.
Whenever we see that not all temporaries have been properly free'd at the
end of a guest instruction block we can now scream loudly at the user.
This hopefully ensures we don't leak as much as before :).
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
- [Qemu-ppc] [PATCH 0/2] PPC: Avoid temporary leaks,
Alexander Graf <=