On 2016-06-23 20:48, Richard Henderson wrote:
> Reduce the size of other bitfields to make room.
> This reduces the cache footprint of compilation.
> 
> Signed-off-by: Richard Henderson <r...@twiddle.net>
> ---
>  tcg/tcg.c |  9 +++------
>  tcg/tcg.h | 26 ++++++++++++++------------
>  2 files changed, 17 insertions(+), 18 deletions(-)

This looks fine and goes in the right direction of having all the data
at the same location. In the long term it might be useful to have the
TCG stream and the associated data together to implement more agressive
optimisations.

Reviewed-by: Aurelien Jarno <aurel...@aurel32.net>

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurel...@aurel32.net                 http://www.aurel32.net

Reply via email to