Home
last modified time | relevance | path

Searched hist:c70fbf0a9938baf3b4f843355a77c17a7e945b98 (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.cc70fbf0a9938baf3b4f843355a77c17a7e945b98 Fri Jun 24 03:34:22 UTC 2016 Richard Henderson <rth@twiddle.net> tcg: Compress dead_temps and mem_temps into a single array

We only need two bits per temporary. Fold the two bytes into one,
and reduce the memory and cachelines required during compilation.

Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>