Each score should be translated to its appropriate unsigned byte-code.
每个分数需要转换成合适的无符号字节码(unsigned byte - code)。
One mechanism that is widely used is known as byte-code instrumentation.
一种广泛应用的机制称为字节码测试。
To execute an SQL query, it must first be compiled into a byte-code program using one of these routines.
要执行SQL查询,必须先使用这些例程之一将它编译成字节码。
If JIT is disabled JVM starts quickly but in most cases runs slowly as all byte-code is being interpreted.
如果JIT被禁用了,那么JVM启动会很快,但是在大部分情况中,运行程序的速度都会与解释字节码的速度一样慢。
Disadvantages: Uses a "virtual machine" to run portable byte-code rather than native machine code, so apps are slower than true compilers.
缺点:使用一个“虚拟机”来运行可移植的字节码而非本地机器码,程序将比真正编译器慢。
The resulting source code then passes through the rest of the standard compiler phases producing MSIL byte-code with IKVM library references.
接下来,生成的源代码再经过其他标准的编译器编译并使用IKVM库引用来生成MSIL字节码。
But one of the best features of AOP is that it comes in several different flavors and implementations (i.e., proxy-based, byte-code weaving etc...).
但是AOP最好的特性之一就是它可以有多种不同的风格和实现(例如,基于代理的,字节码编织等等……)。
All SCSI commands should begin with an operation code as the first byte. This indicates what operation it represents.
所有scsi命令都要以操作代码的第一个字节为开端,以表明它所代表的操作。
It also allows us to perform extensive optimizations during deployment, potentially scanning byte code and optimizing code paths, without impacting online systems.
它也允许我们在部署期间执行广泛的优化,即潜在地扫描字节码和优化代码路径,而不会影响在线系统。
In those days, working with computers meant writing code to save a byte here and an instruction cycle there.
在那些日子里,使用电脑意味着编写代码保存一个字节在这里,一个指令周期后又再取出来放到那里。
The current byte code enhancement approach that adds binding framework methods to your compiled classes is also an area where more flexibility would be useful.
当前将绑定框架方法添加到已编译类的字节码增强方法也是灵活性的用武之地。
The latter three cache and optimize the byte code, providing for even greater speedups.
后三类加速器能够缓存和优化字节码,这为系统提供了更多的速度提升。
It's more advanced, however, providing many optimizations that allow interpreted byte code to run nearly as fast (sometimes faster) than precompiled code.
但是它更先进,提供许多优化措施,使得已解释的字节代码几乎与预编译的代码运行得一样快(有时更快)。
The JVM performs JIT compilation of byte code into machine code.
JVM可将字节代码即时编译为机器代码。
This byte code level change, although a big step, does not in itself bring us to true bootstrapping because we are still left with the JDK dependencies.
这种二进制代码级别的改变固然是重要的一步,但也不能直接成为可执行程序,因为它还是包含一些对JDK的依赖。
John discussed byte code transformers, which include Aspects, as one of the three types of Annotation processing options.
John讨论了字节码转换,其包括Aspect,将其作为三种类型注解处理选项之一。
The reason has to do with the way the interpreter converts statements in scripts to valid Scala code before compiling to byte code.
原因应该和在编译字节码之前,scala解释器把脚本中的语句转换为合法的scala代码的方法有关。
The goal is to support Ruby 2.0 and Rubinius byte code execution soon.
在近期内支持Ruby 2.0和Rubinius字节码的执行是主要目标之一。
NET version of Scala is also under development that generates CLR byte code.
一个能生成CLR字节码的基于.NET 的Scala版本也同时在开发中。
Cglib 2.1: an open source byte code manipulation library you'll need to install to use the EasyMock class extension.
cglib 2.1:一个开放源码的字节码操作库,需要安装它才能使用easymock类扩展。
They said that Terracotta USES a non-API based byte code enhancement approach that works very well for solutions aiming for the data replication problem space.
他们说Terracotta采取了非基于api的字节码增强方式,这对于数据复制难题给出了非常好的解决方案。
Unlike some of the other tools, however, Findbugs USES byte code and the byte code Engineering Library, so it can be a challenge to learn how to implement new rules within the system.
但是与其他某些工具不同,Findbugs使用字节代码和字节代码工程库,因此学习如何在系统中实现新的规则可能是个挑战。
As byte code generated from JRuby will run in the JRE, the DSL is categorized as "internal" - which USES a general programming language to create a specific programming language.
因为由JRuby生成的字节码最终会在JRE上运行,所以这个DSL应该被视为“内部”DSL——使用一个通用编程语言来创建一个特定编程语言。
The JPOX enhancer requires the Apache byte code engineering library (BCEL).
JPOX enhancer需要Apache字节码工程库(byte code engineering library, BCEL)。
For the performance tests, I hand wrote the code that would normally be added through byte code enhancement and ran it using the then-current version of the JiBX runtime.
为了性能测试,我手工编写了代码,通常通过字节代码增强添加该代码,并使用JiBX运行时的当时版本来运行它。
Since the LSL byte code isn't directly translatable into the il byte code used by Mono, only scripts that still have the original LSL source code can be ported.
因为LSL的编译代码并不能够直接翻译成Mono能够使用的IL代码,所以只有那些带有LS L源代码的脚本才能被移植过来。
Class (data is kept in byte code, not accessible at runtime), and.
Class(数据保留在字节码中,无法在运行时访问)。
There has been some analysis of source code versus byte code analysis and which provides the better results, but that discussion is beyond the scope of this article.
已经存在一些源代码分析与字节代码分析以及哪种分析提供更好结果的比较,但是该讨论超出了本文的范围。
Our detector needs to maintain state only during the byte code scanning phase, because we're looking for a method-level problem.
我们的检测器只需要在字节码扫描阶段维护状态,因为我们查找的是方法级的问题。
Our detector needs to maintain state only during the byte code scanning phase, because we're looking for a method-level problem.
我们的检测器只需要在字节码扫描阶段维护状态,因为我们查找的是方法级的问题。
应用推荐