编译成本 meaning in English
compile cost
Examples
- Msil is subsequently jit - compiled , just before execution , into native machine code
Msil随后恰好在执行前被实时( jit )编译成本机代码。 - Gcj takes java source or byte codes and compiles them into native machine code
Gcj获得java源代码或字节码,然后将它们编译成本机机器代码。 - Every time the object is referenced by a connection , the age field is incremented by the compilation cost factor
对象每由连接引用一次,其年字段便按编译成本因子递增。 - Languages such as c and c that compile to native code generally require a linking step after source code is compiled
诸如c和c + +这些编译成本机代码的语言通常在编译完源代码之后需要链接这个步骤。 - The jit technique compiles java bytecode to native code before executing it for the first time , giving much better performance for repeated executions
在第一次执行java字节码之前, jit技术将它编译成本机代码,从而对于重复执行提供了更好的性能。