Re: [Qemu-devel] [PATCH v3 4/9] tcg: Compress liveness data to 16 bits

2016-07-25 Thread Aurelien Jarno
On 2016-06-23 20:48, Richard Henderson wrote: > This reduces both memory usage and per-insn cacheline usage > during code generation. > > Signed-off-by: Richard Henderson > --- > tcg/tcg.c | 58 ++ > tcg/tcg.h | 16

[Qemu-devel] [PATCH v3 4/9] tcg: Compress liveness data to 16 bits

2016-06-23 Thread Richard Henderson
This reduces both memory usage and per-insn cacheline usage during code generation. Signed-off-by: Richard Henderson --- tcg/tcg.c | 58 ++ tcg/tcg.h | 16 ++-- 2 files changed, 32 insertions(+), 42