Re: [Qemu-devel] [RFC][PATCH v0 8/8] Add spill count profiling.
On Mon, May 23, 2011 at 5:40 PM, Kirill Batuzov wrote: > Gather generated spills statistics. It is useful for debugging and evaluating > of new register allocator. > > Signed-off-by: Kirill Batuzov > --- > tcg/tcg.c | 69 > + > tcg/
[Qemu-devel] [RFC][PATCH v0 8/8] Add spill count profiling.
Gather generated spills statistics. It is useful for debugging and evaluating of new register allocator. Signed-off-by: Kirill Batuzov --- tcg/tcg.c | 69 + tcg/tcg.h |6 + 2 files changed, 75 insertions(+), 0 deletions(-) d