|
From: Josef W. <Jos...@gm...> - 2005-11-12 01:26:34
|
On Saturday 12 November 2005 00:58, Bryan Meredith wrote: > Yes - there is a memory load into a temporary register. Once that happens, I > dont see the value it holds until it is put into a processor register on the > simulated cpu. I can only assume that it is being stored in the "spills" > area. I need to be able to track this as it is the final live reference to an > allocated block and without it, I raise a false leak alert as the stack > pointer is moved between the load and the put (then sheepishly free the block > later when the code calls free()). Example please. I suppose the problem must be visible in VEX code. Josef |