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
machine code.
Signed-off-by: NStefan Weil <sw@weilnetz.de>
Showing
tcg/tci/README
0 → 100644
tcg/tci/tcg-target.c
0 → 100644
此差异已折叠。
tcg/tci/tcg-target.h
0 → 100644
想要评论请 注册 或 登录