BYTECODE in Chinese translation

Examples of using Bytecode in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
GCJ can compile Java source code to either Java Virtual Machine bytecode, or directly to machine code for any of a number of CPU architectures.
GCJ可以将Java源代码编译成Java虚拟机字节码或直接编译成多种CPU体系结构上的机器码。
The bytecode verifier, together with the Java Virtual Machine, guarantees language safety at run time.
字节码校验器与Java虚拟机一起保证了在运行时的语言安全。
WebAssembly- an in-development bytecode for browsers, intended to be faster to parse than asm. js RPython CrossBridge Google Native Client(NaCl).
WebAssembly-一个开发中的用于浏览器的字节码,旨在比asm.js更快地解析RPythonCrossBridgeGoogleNativeClient(NaCl).
However, the bytecode of the EVM does not support work with functions, so the contracts are compiled before being sent to the blockchain.
但是EVM的字节码不支持使用函数,因此合约在发送到区块链之前进行编译。
Knowing what bytecode is generated for a sequence of Java instructions can help you write smaller and more efficient code.
理解Java指令生成的字节码可以帮助您编写更小,更高效的代码。
This also means that the bytecode that is generated by the javac compiler is not any better than the code that you write.
这也意味着javac编译器生成的字节码并不比你编写的代码好。
Java 7 also introduced the first new bytecode operator invokedynamic since bytecode was created, although it was largely unused by the Java language.
Java7也在字符码创建之后首次引入了新的字节码操作符invokedynamic,虽然在Java语言中大部分情况下都不会用到它。
FreeType was created in 1996 by David Turner to render TrueType fonts, including an interpreter for handling TrueType bytecode.
FreeType于1996年由大卫·特纳(DavidTurner)创造,用以渲染TrueType字体,包括一个处理TrueType字节码的解析器。
C++ is compiled to machine code which may be somewhat more complicated than the bytecode Java or.
机器代码:C++被编译为机器代码,这可能比字节代码Java或.
I seem to remember that at least Microsoft's Virtual Machine supports shipping JavaScript bytecode for privileged application.
我似乎记得至少微软的虚拟机支持特殊的应用使用JavaScript字节
If two interpreter instances encounter the same un-compiled source file at the same time, they will race to write the bytecode.
如果两个解释器实例同时遇到同一个未编译的源文件,它们将竞争写字节码
This“intermediate language” is said to run on a virtual machine that executes the machine code corresponding to each bytecode.
这个“中间语言”据说运行在virtualmachine执行个字节码对应的机器代码。
The bytecode is an"intermediate language", which is said to run on a virtual machine that executes the machine code corresponding to each bytecode.
这个“中间语言”据说运行在virtualmachine执行个字节码对应的机器代码。
Js is the JavaScript engine that interprets your JavaScript code, creates bytecode from it and lets your application run.
Js的核心是JavaScript引擎,它解释您的JavaScript代码,从中创建字节码并让您的应用程序运行。
It must be noted that despite the brevity in the Java 5 version, both versions generate identical bytecode.
必须指出,尽管Java5版本简短,但是两个版本都生成相同的字节码
The main difference with V8 is that it doesn't produce bytecode or any intermediate code.
不过主要区别是V8不产生字节码或任何中间代码。
Otherwise, be very careful to control the scope of what your bytecode can express.
否则,你就要小心地控制你的字节码所能表达的范围。
The main author of FreeType was David Turner, who created the library in 1996 to render TrueType fonts, including an interpreter for handling TrueType bytecode.
FreeType于1996年由大卫·特纳(DavidTurner)创造,用以渲染TrueType字体,包括一个处理TrueType字节码的解析器。
Four JIT(just in time) processes then kick in, analyzing and executing the bytecode produced by the parser.
接着四个JIT(Just-In-Time)进程开始参与进来,分析和执行解析器所生成的字节码
As of version 1.1, FindBugs also supports bug detectors written using the ASM bytecode framework.
从1.1版本开始,FindBugs也支持使用ASM字节码框架来编写bug探测器。
Results: 98, Time: 0.0247

Top dictionary queries

English - Chinese