源机器 meaning in Chinese
source machine
Examples
- An emulator is a software or hardware approach to emulate a hardware platform on other platform . jit ( just - in - time ) compiler is widely adapted to speed - up emulation , which compiles the instruction of the source platform into target instruction on - the - fly
由于硬件平台的不同,一个高效的模拟器可以采用即时编译器( just - in - timecompiler )技术,即时的把源机器指令编译成目标机器指令运行。 - To implement dynamic binary translation effectively , several optimized methods come up in this thesis : efla algorithm to enhance the efficiency of emulating the condition code of the source platform on target platform ; two algorithms to handle the active and passive exception in application level ; and a translation - guided algorithm for register allocation
针对动态二进制翻译,本文提出了若干种优化方案:提高在目标机器上模拟源机器标志位效率的efla算法;处理应用级主动异常和被动异常的两个算法;翻译制导的寄存器优化算法。