即时编译器 meaning in English
jitters
Examples
- This specialized compilation is both very similar to what java just - in - time compilers do broadly speaking , at least and is architecture - specific
这种专门的编译和java即时编译器所进行的操作非常类似(一般地说,至少是这样) ,并且是特定于体系结构的。 - This dissertation targets at proposing a solution for implementing and optimizing an jit compiler - based gba emulator on x86 platform , as well as the plan for porting it to psp platform
本文的目标就是提出一套方案,在x86平台上实现与优化一个基于即时编译器的gba模拟器,并进一步展望其在psp平台上的移植。 - 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 )技术,即时的把源机器指令编译成目标机器指令运行。