Re: [Qemu-devel] [PATCH v2 0/3] tcg: Support debugging leakage of temporaries

2011-03-07 Thread Aurelien Jarno
On Sun, Mar 06, 2011 at 09:39:52PM +, Peter Maydell wrote: This patchset removes the ad-hoc debug code in target-arm for identifying cases where we leaked TCG temporary variables, in favour of an implementation in tcg itself. Generally any temporaries created by a target while it is

[Qemu-devel] [PATCH v2 0/3] tcg: Support debugging leakage of temporaries

2011-03-06 Thread Peter Maydell
This patchset removes the ad-hoc debug code in target-arm for identifying cases where we leaked TCG temporary variables, in favour of an implementation in tcg itself. Generally any temporaries created by a target while it is translating an instruction should be freed by the end of that