summaryrefslogtreecommitdiff
path: root/tcg
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-10-06 15:10:10 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2016-10-07 10:05:18 +0200
commitbf28a69eeb53e9e45166fbdda032454e7b1e3f29 (patch)
tree621ed85f7e74c2cba51073ef98676d14a84b17ec /tcg
parent81f265a8a4f56e49aca3ecca83fce48821c01618 (diff)
downloadqemu-bf28a69eeb53e9e45166fbdda032454e7b1e3f29.tar.gz
qemu-tech: move text from qemu-tech to tcg/README
Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tcg')
-rw-r--r--tcg/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcg/README b/tcg/README
index 1d48aa963f..ae31388c59 100644
--- a/tcg/README
+++ b/tcg/README
@@ -8,6 +8,11 @@ in the QOP code generator written by Paul Brook.
2) Definitions
+TCG receives RISC-like "TCG ops" and performs some optimizations on them,
+including liveness analysis and trivial constant expression
+evaluation. TCG ops are then implemented in the host CPU back end,
+also known as the TCG "target".
+
The TCG "target" is the architecture for which we generate the
code. It is of course not the same as the "target" of QEMU which is
the emulated architecture. As TCG started as a generic C backend used