Contents |
On this page we are collecting the current state of the TCG Interpreter (= TCI) implementation for QEMU.
TCG (Tiny Code Generator) is a code generator which translates code fragments (basic blocks) from target code (any of the targets supported by QEMU) to a code representation which can be run on a host. TCI allows running QEMU on any 32 or 64 bit host, whereas QEMU without TCI supports only the most important host architectures (including x86, arm, mips, ppc, s390 and sparc).
See http://repo.or.cz/w/qemu/ar7.git/blob_plain/HEAD:/tcg/tci/README for more details.
The latest version is part of the official QEMU release.
The latest code is also available from http://repo.or.cz/w/qemu/ar7.git.