Documentation/TCG: Difference between revisions

From QEMU
(start a TCG topic)
 
(link in TCG's own README)
Line 9: Line 9:
* [[Documentation/TCG/backend-ops|Backend Ops]]
* [[Documentation/TCG/backend-ops|Backend Ops]]
* [[Documentation/TCG/frontend-ops|Frontend Ops]]
* [[Documentation/TCG/frontend-ops|Frontend Ops]]
* [http://git.qemu.org/qemu.git/tree/tcg/README TCG README]

Revision as of 23:20, 5 January 2011

Tiny Code Generator (TCG)

The Tiny Code Generator (TCG) exists to transform target insns (the processor being emulated) via the TCG frontend to TCG ops which are then transformed into host insns (the processor executing QEMU itself) via the TCG backend.

People who wish to port QEMU to run on a new processor need to be concerned with the backend. Although this whole exercise might be obsoleted by the TCI (TCG Interpreter) effort.

People who wish to port QEMU to emulate a new processor need to be concerned with the frontend.