This is a revision of my "third" attempt, tweaked a bit for Aurelien's review. I've sort of lost track of where we are with the release process, so I'll understand if we've gone too far now.
r~ Richard Henderson (7): tcg: Compress liveness data to 16 bits tcg: Reorg TCGOp chaining tcg: Fold life data into TCGOp tcg: Compress dead_temps and mem_temps into a single array tcg: Include liveness info in the dumps tcg: Require liveness analysis tcg: Lower indirect registers in a separate pass include/exec/gen-icount.h | 2 +- include/qemu/log.h | 3 +- tcg/optimize.c | 37 +-- tcg/tcg-op.c | 2 +- tcg/tcg.c | 588 ++++++++++++++++++++++++++++++---------------- tcg/tcg.h | 52 ++-- util/log.c | 24 +- 7 files changed, 441 insertions(+), 267 deletions(-) -- 2.7.4