Statistics
| Branch: | Revision:

root / tcg / tci / README @ e24dc9fe

History | View | Annotate | Download (4.6 kB)

# Date Author Comment
7316329a 10/31/2011 10:52 pm Stefan Weil

tcg: Add bytecode generator for tcg interpreter

Unlike other tcg target code generators, this one does not generate
machine code for some cpu. It generates machine independent bytecode
which is interpreted later.

This allows running QEMU on any host.

Interpreted bytecode is slower than direct execution of generated...