Fast and Accurate Simulation using the LLVM Compiler Framework
就是二进制翻译器
Introdution
Instruction set simulation (ISS) relies on one of the following techniques:
- interpretation
- static compilation
- dynamic compilation
就是二进制翻译器
Instruction set simulation (ISS) relies on one of the following techniques: