主机处理器 meaning in English
h host processor
Examples
- Instructions produced for the default processor may be outside the set of instructions understood by the host processor
为默认处理器生成的指令可能超出主机处理器所能理解的指令集的范围。 - In order to generate the exact set of the host processor s instructions , the jit compiler needs to precisely determine the architecture type of the underlying processor
为了生成主机处理器的正确的指令集, jit编译器需要明确地确定底层的处理器的体系结构类型。 - You also need to know whether the jvm correctly determines host processor architecture so that the jit compiler can produce the correct set of instructions for that architecture
您还需要知道jvm能否确定主机处理器的体系结构,以使得jit编译器可以为那个体系结构生成正确的指令集。 - Trying to skip basic jit compilation of certain methods that the jit compiled into some of the isa instructions not belonging to the set understood by the host processor hardly makes sense
尝试忽略对某些方法的基本jit编译,因为那样编译得到的一些isa指令不属于主机处理器能够理解的集合,没有什么意义。 - This will not be necessary if the ibm jvm for linux distributions for ibm power and ibm ppc hardware recognizes the host processor and supports the set of instructions for that processor
如果用于ibm power和ibm ppc硬件的linux发行版本中使用的ibm jvm识别出了主机处理器并支持那种处理器的指令集,那么就没有必要这样做。