commit | c70fbf0a9938baf3b4f843355a77c17a7e945b98 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Jun 23 20:34:22 2016 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Fri Aug 05 21:44:40 2016 +0530 |
tree | 36d35646400d8c28d0501dd44ef4b154c23be5f1 | |
parent | bee158cb4dde35c41632a3a129c869f14a32f8f0 [diff] |
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>