qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 0/2] tcg: Add support for constant value promises


From: Lluís Vilanova
Subject: [Qemu-devel] [PATCH v1 0/2] tcg: Add support for constant value promises
Date: Fri, 15 Jan 2016 16:34:59 +0100
User-agent: StGit/0.17.1-dirty

A TCG constant value promise allows creating TCG code that works with a constant
whose value is not known until after the code has been generated (e.g., a count
of the instructions in a basic block).

This interface isolates the details of TCG code generation from the code that
needs this feature (e.g., in gen_icount).


Signed-off-by: Lluís Vilanova <address@hidden>
---

Lluís Vilanova (2):
      tcg: Add support for constant value promises
      gen-icount: Use constant value promises


 include/exec/gen-icount.h |    8 +++-----
 tcg/tcg-op.h              |    6 ++++++
 tcg/tcg.c                 |   33 +++++++++++++++++++++++++++++++++
 tcg/tcg.h                 |   12 ++++++++++++
 4 files changed, 54 insertions(+), 5 deletions(-)


To: address@hidden
Cc: Edgar E. Iglesias <address@hidden>
Cc: address@hidden
Cc: address@hidden



reply via email to

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