qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 01/19] tcg: Consolidate 3 bits into enum TCGTempKind


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v4 01/19] tcg: Consolidate 3 bits into enum TCGTempKind
Date: Fri, 8 May 2020 20:59:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 5/8/20 8:25 PM, Richard Henderson wrote:
The temp_fixed, temp_global, temp_local bits are all related.
Combine them into a single enumeration.

Reviewed-by: Alex Bennée <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>
---
  include/tcg/tcg.h |  20 +++++---
  tcg/optimize.c    |   8 +--
  tcg/tcg.c         | 122 ++++++++++++++++++++++++++++------------------
  3 files changed, 90 insertions(+), 60 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]