单词 | byte code |
释义 | 例句释义: 字节代码,字节码,组码,成字节码 1. Furthermore, due to a novel approach to bytecode verification, we're also able to ensure runtime type safety of the compiled code. 此外,由于采用了新的方式对字节码进行校验,我们还能确保编译的代码在运行时的类型安全。 www.infoq.com 2. Pattern detectors are a good choice when what you're trying to detect can be expressed as a sequence of bytecode patterns. 如果所要检测的问题可以表述为一组字节码模式,则模式检测器是一种好的选择。 www.ibm.com 3. There used to be a time when people went nuts on hearing the phrase "bytecode manipulation" . 曾经有段时间,大家一听到“字节码操作(bytecodemanipulation)”就懵了。 www.infoq.com 4. This code is in the form of instructions for the JVM, generally called bytecode, which is one of the topics for the next section. 用JVM的指令形式表示该代码,一般称为字节码,这是下一节要讨论的主题之一。 www.ibm.com 5. How much of an applications code is turned into bytecode depends on a couple of factors. 一个应用中有多少代码能转化成字节码依赖于几个因素。 www.infoq.com 6. Note, however, that this doesn't convert the Perl into C, it just embeds Perl bytecode into a C-based application. 然而,需要注意的是,它并没有将Perl代码转换为C代码,只是将Perl字节码嵌入一个基于C的应用程序中。 www.ibm.com 7. Due to the high computational overhead of this operation, however, MIDP VMs do not perform complete bytecode verification at runtime. 但是,由于这种操作高昂的计算开销,MIDPVM不在运行时执行完整的字节码验证。 www.ibm.com 8. I'll return to this point later in the article when I discuss some of the details of the bytecode generation. 在这篇文章后面,当我讨论字节码生成的细节时,我还会回到这一问题上。 www.ibm.com 9. After all, someone could have changed the bytecode manually with a hex editor to attempt to trigger a buffer overflow. 毕竟,也许有人已经用十六进制编辑器手工修改了字节符,试图触发缓冲器溢出。 www.ibm.com 10. The bytecode that makes up the executable portion of the class file is actually machine code for a special kind of computer -- the JVM. 构成类文件可执行部分的字节码实际上是针对特定类型的计算机―JVM―的机器码。 www.ibm.com 1. Even with these security measures in place, not all code that passes bytecode verification should be allowed to run. 即使适当地采取了这些安全性措施,也并非所有通过字节码验证的代码都被允许运行。 www-128.ibm.com 2. These instructions take no arguments , so the bytecode definition would have to be extended to support the acquisition of multiple locks . 而这些指令没有参数,所以需要扩展二进制代码的定义以支持多个锁定请求。 www.bing.com 3. Due to standardization of C# and the Common Language Infrastructure, the bytecode is now officially known as CIL. 由于C#和通用语言架构的标准化,字节码现在已经官方地成为了CIL。 babyish.wikia.com 4. Some of the problems I ran into are specific to BCEL, but others apply to other bytecode frameworks as well. 我遇到的一些问题是BCEL特有的,但是其他问题在其他字节码框架中也有。 www.ibm.com 5. One of the goals I ve set for the JiBX 2. 0 Development is to support source code enhancement as an alternative to bytecode enhancement. 我为JiBX2.0开发定的目标之一就是增加用源代码增强代替字节码增强的选项。 www-128.ibm.com 6. You can either use a simple GUI interface or a console application to run the bytecode enhancements on your application class files. 可以使用一个简单的GUI界面或者控制台应用程序来在应用程序类文件上运行字节码增强。 www-128.ibm.com 7. The principle is true in the world of bytecode manipulation as well as in that of API design. 这条原则在字节码操作中有用,在API设计中一样有用。 www.infoq.com 8. BCEL's implementation of bytecode handling also seems overly complex, with great flexibility but a large number of objects to manipulate. BCEL实现的字节码处理看起来也过于复杂,虽然有很强的灵活性,但是要操纵的对象数量也极为巨大。 www.ibm.com 9. Each instantiation of a mixin is compiled to a separate Java class; no sharing of bytecode occurs across copies. mixin的每个实例化被编译成独立的Java类;各个副本上不存在任何共享的字节码。 www.ibm.com 10. One example is the name of method parameters and various generics type information, which get dropped moving from Java to bytecode. 一个例子是方法参数的名称以及各种通用类型信息,它们已经从Java移动到字节码中。 www.ibm.com 1. As I mentioned back in The source of all bytecode, the source code used by Javassist is not exactly the Java language. 正如我在所有字节码的源代码中提到的,Javassist所使用的源代码与Java语言并不完全一样。 www.ibm.com 2. JIT typically causes a slight delay in initial execution of an application, due to the time taken to load and compile the bytecode. JIT的通常会导致在一个应用程序的初始执行略有延误,由于采取了加载和字节码编译的时间。 wenwen.soso.com 3. This example includes several branches, with the bytecode for three branches shown in bold. 这个例子包含几个分支,三个分支语句的字节码显示为粗体。 www-128.ibm.com 4. As with bytecode generation, the binding compiler will always generate the same source code token sequence for a binding component. 与字节码生成相同,绑定编译器总是对一个绑定组件生成相同的源代码标志序列。 www-128.ibm.com 5. The bytecode verification process guarantees that an application cannot access memory spaces or use resources outside of its domain. 字节码验证过程保证了应用程序不能访问内存空间或使用其域外的资源。 www-128.ibm.com 6. Retroweaver consists of two logical components: a bytecode enhancer and a runtime library. Retroweaver包含两个逻辑组件:一个字节码增强器和一个运行时库。 www.ibm.com 7. But this translation is still conceptually trivial; the mapping from Java to Dalvik bytecode is smooth, by design. 但是这个转换器在概念上仍然是无足轻重的;从Java字节码到Dalvik字节码的映射在设计上是很平滑的。 www.bing.com 8. The advantage of this approach is simplicity: The JRE developers need only write the code to handle each type of bytecode. 这种方法的优点是其简单性:JRE开发人员只需编写代码来处理每种字节码即可。 www.ibm.com 9. Even so, there are still substantial differences between the programming techniques used in source code and the bytecode equivalents. 即使如此,使用源代码的编程技术与字节码的编程技术之间仍然存在实质的不同。 www-128.ibm.com 10. I'll start with a look at the JiBX bytecode generation architecture. 首先,我先从介绍JiBX的字节码生成架构开始。 www.ibm.com 1. Run some events through it, watch it load classes, compile bytecode, and of course, manage memory. 对它运行一些事件,观察它加载类、编译字节代码以及管理内存。 www.ibm.com 2. In the earlier article, I demonstrated how run-time bytecode generation can be used to replace reflection. 在上一期文章中,我演示了如何用运行时字节码生成来代替反射。 www-128.ibm.com 3. Listing 6 shows Java source code generated from the same list of abstract operations as used for the Listing 5 bytecode. 清单6显示了抽象操作列表生成的Java源代码,这组抽象操作与生成清单5中字节码的抽象操作相同。 www-128.ibm.com 4. If it is, ProGuard automatically processes the application's bytecode before packaging everything into an . apk file. 如果被设置了,混淆器在把所有东西打包成.apk文件之前,自动地对应用程序字节码进行混淆处理。 www.cnblogs.com 5. Come back then for a look behind the curtains at the bytecode generation core of JiBX. 请回过头来看看在JiBX字节码生成内核幕后所做的工作。 www.ibm.com 6. The first is a simple bytecode language that you can use to create scripts that you download into the unit. 第一种方式是一种简单的字节码语言,您可以用它来创建脚本,并且将其下载到工作单元之中。 www.ibm.com 7. Gretel uses calls to a static method to track executed blocks, adding these into the bytecode only where needed. Gretel使用用于静态方法的调用来跟踪执行的块,将这些调用添加到字节码中的必要地方。 www.ibm.com 8. But FindBugs is different -- it uses bytecode analysis and a host of plug-in bug pattern detectors to find common bugs in code. 但是FindBugs不同,它利用字节码分析和很多内置的bug模式检测器来查找代码中的常见bug。 www.ibm.com 9. At runtime, the MIDP VM does a quick linear scan of the bytecode, matching each valid instruction with a proper stackmap entry. 在运行时,MIDPVM迅速地对字节码进行线性扫描,将每个有效的指令与合适的堆栈映射项相匹配。 www.ibm.com 10. After I added the stack state tracking, bytecode problems became traceable to a particular line of code. 在添加了堆栈状态跟踪之后,字节码问题的跟踪可以精确到代码的具体行。 www.ibm.com 1. Dsun. reflect. noInflation=true disables inflation entirely but, counterintuitively, causes bytecode accessors to be used for everything. noInflation=true会完全禁用扩展,但它会造成字节码存取器滥用。 www.ibm.com 2. for frequently executed bytecode, JIT compilation is used to run at high speed, after an initial phase of slow interpretation. 为频繁执行的字节码,JIT编译用于运行高速,经过一个缓慢的解释初始阶段。 wenwen.soso.com 3. The Perl compiler works by taking the generated bytecode and then outputting the results in a variety of different ways. Perl编译器通过使用所生成的字节码,以一种不同的方式输出结果。 www-128.ibm.com 4. The only proviso is that the bytecode modifications should be deterministic and predictable. 惟一的要求是字节码修改应该是确定性的且可预测的。 www.ibm.com 5. Bytecode transformers can be run offline (compile time), at load-time, or dynamically at run-time (using JVMTI API). 字节码转换器在离线状态(编译期)、在装载期都能运行,还能在运行时动态运行(使用JVMTIAPI)。 www.infoq.com 6. The object code for a VM is also called bytecode, specifically defining an instruction set that an interpreter executes. VM的对象代码也称为bytecode,特别定义解释程序执行的一个指令集。 www.ibm.com 7. What this does is save Perl from having to compile the script from its source code into the bytecode each time. 这样做的优点是节省了Perl每次将脚本从源代码编译成字节代码的时间。 www-128.ibm.com 8. Evan has added a JIT framework that can be enabled, along with a dynamically generated bytecode interpreter. Evan加入了JIT架构,以及一个动态的字节码解释器。 www.infoq.com 9. Either way, the new bytecode is passed as a Java-like source code statement or block in a String. 不管是哪种情况,新的字节码都作为类Java的源代码声明或者String中的块传递。 www.ibm.com 10. Utilize Javassist and CGLIB frameworks for generating new objects and for low-level, highly tuned bytecode transformation. 利用Javassist和CGLIB框架来产生新的对象,对于底层来说,可以提高字节码转换效率 www.infoq.com 1. The optimizations performed by today's JVM are extraordinary, allowing byte code to outperform natively-compiled code in many cases. 如今JVM的性能优化是非凡的,它允许字节码(bytecode)在许多情况下得到和本地编译的代码相同的性能。 www.bing.com 2. The feature even supports integration with runtime bytecode modification, which this article discusses later. 这个特性甚至支持与运行时字节码修改进行集成,这将在本文后面讨论。 www.ibm.com 3. Javassist again accepts the source code without complaint, but the resulting bytecode fails verification when I try to execute it. Javassist同样会毫无问题地接受这个源代码,但是在我试图执行所生成的字节码时,它不能通过验证。 www.ibm.com 4. In terms of bytecode, each parameter occupies one or more words of the stack frame in use when the method is executed. 对于字节码,在方法执行的时候,每个参数占用堆栈结构的一个或者两个字。 www-128.ibm.com 5. JiBX data binding implements more complex code generation than most other frameworks using bytecode enhancement. 与大多数使用字节码增强的框架相比,JiBX数据绑定实现了更复杂的代码生成。 www.ibm.com 6. JiBX uses bytecode enhancement to add methods to compiled classes that convert instances of the classes to and from XML. JiBX使用字节码增强向编译后的类添加方法,以便在类的实例与XML之间进行转换。 www.ibm.com 7. Object for a sequence of bytecode instructions being generated. 对象,表示生成的字节码指令序列。 www-128.ibm.com 8. Handling source code generation in the same framework as bytecode generation promises to create some interesting new problems. 在与字节码生成相同的框架内处理源代码生成,肯定会产生一些有趣的新问题。 www-128.ibm.com 9. Despite this identical bytecode, the type parameter information is recorded in the class format using a new signature attribute. 尽管是相同的字节码,但是类型参数信息用一个新的签名(signature)属性记录在类模式中。 www.ibm.com 10. AOP make bytecode changes normal, without requiring understanding of the class file format. AOP常常会要修改字节码,但又完全不需要理解class文件的格式。 www.infoq.com 1. In normal usage, Java source code is translated into bytecode instruction sequences by a compiler. 通常,编译器把Java源代码翻译成字节码指令序列。 www-128.ibm.com 2. Javassist does a great job of making classworking easy by letting you work with source code rather than actual bytecode instruction lists. Javassist通过让您处理源代码而不是实际的字节码指令清单而使classworking变得容易。 www.ibm.com 3. JITC - Just-In-Time Compiler that converts Java bytecode into the native machine code of the host architecture. JITC-即时编译器(Just-In-TimeCompiler),将Java字节代码转换为主机体系结构的本地机器代码。 www.ibm.com 4. Source code method matching requires a little more work than bytecode method matching. 源代码方法匹配需要比字节码方法匹配多做一些工作。 www-128.ibm.com 5. Disabling the JIT completely means that the JVM will run an application's Java bytecode in purely interpretive mode. 完全禁用JIT意味着JVM将以完全解释的模式运行应用程序的Java字节代码。 www.ibm.com 6. Clojure has already compiled the protocol you defined earlier into JVM bytecode representing this interface. Clojure已经将您早先定义的协议编译到代表此接口的JVM字节码中。 www.ibm.com 7. Depending on what you do in the source code, you can even get Javassist to generate invalid bytecode. 取决于源代码中的内容,甚至可以让Javassist生成无效的字节码。 www-128.ibm.com 8. Javassist provides two separate ways to handle systematic bytecode modifications. Javassist提供了两种不同的系统字节码修改的处理方法。 www.ibm.com 9. To keep the stack state valid , bytecode must take the differences between virtual and static methods - and the return type - into account . 为了使堆栈状态有效,字节码必须考虑虚方法与静态方法调用的不同和返回值的问题。 www.bing.com 10. Yes, we produce bytecode for the VM, which can optionally produce native code for several architectures. 是的,我们为虚拟机生成字节码,可以为多种架构产生不同的原生代码。 www.infoq.com 1. Blue is interpreted, but can be compiled to bytecode for greater performance. Blue是解释型的,但也可编译为字节码以实现更高性能。 www.ibm.com 2. By converting Java bytecode into optimized machine code at runtime, it greatly increases the speed at which Java methods are run. 它在运行时将Java字节码转换为优化的机器码,从而大大提高了Java方法的运行速度。 www.ibm.com 3. The AspectJ compiler builds AspectJ and Java code declared in ". java" or ". aj" files, and produces plain Java bytecode. AspectJ编译器对“.java”或“.aj”文件中声明的AspectJ和Java代码进行构建,并生成普通的Java字节码。 www.ibm.com 4. Lastly, Kilim's magic is enabled by a post process, called a weaver, that alters the bytecode of classes. 最后,Kilim的魔力是由一个称为weaver的后期进程来实现的,该进程转换类的字节码。 www.ibm.com 5. Most EJB CMP CMR solutions use code generation to implement persistence code, while JDO uses bytecode decoration. 大多数EJBCMPCMR解决方案使用代码生成实现持久性代码,而JDO使用字节码修饰。 www-128.ibm.com 6. Much of the time I've spent on JiBX development went to track down invalid bytecode generation problems. 我在JiBX开发上花的时间,有很大一部分花在跟踪非法字节码生成问题上。 www.ibm.com 7. In essence, I was implementing my own on-the-fly validator for the bytecode. 从本质上说,我是在实现自己的字节码即时检验器。 www.ibm.com 8. A bundle is a jar file that contains the application's bytecode and its resources. bundle是一个jar文件,其中包含应用程序的字节码和其资源。 www.ibm.com 9. Mr. Qi has experience in JVM internals, bytecode instrumentation, and Java programming . 齐先生在Java虚拟机,字节码修改和Java编程方面都很有经验。 www.infoq.com 10. Have them over to dinner, and swap stories of performance tricks on how to run Java bytecode as fast as possible. 邀请他们会餐,与他们交流有关如何尽可能快地运行Java字节码的性能技巧的故事。 www.ibm.com 1. If you use an Ant-style build procedure, there's no problem; you just add the Retroweaver bytecode enhancer as a step after the compile. 如果使用Ant风格的构建过程,就没有问题;只添加Retroweaver字节码增强器作为编译之后的一个步骤。 www.ibm.com 2. Before a . class file is loaded into the virtual machine, it is verified by a bytecode verifier and optionally a SecurityManager. 在将一个.class文件装载到虚拟机之前,该文件要由一个字节符验证器或一个可选的SecurityManager进行验证。 www.ibm.com 3. Listing 5 shows bytecode generated from the list of abstract operations shown in Listing 4. 清单5显示了清单4中的抽象操作列表产生的字节码。 www-128.ibm.com 4. Second, a bytecode dispatch is a single direct memory read, followed by a single indirect branch. 其次,字节码调度程序只是一个简单地从内存中直接读取,转而间接调度分支程序的过程。 www.infoq.com 5. Provides JVM to run Java bytecode compiled elsewhere. 提供JVM,在各处运行经过编译的Java字节代码。 www-128.ibm.com 6. Because runtime class verification is computationally expensive for MIDP VMs, MIDP has a special two-step bytecode verification scheme. 因为对于MIDPVM而言,运行时类验证在计算上代价很高,所以MIDP有特殊的两步字节码验证方案。 www.ibm.com 7. we parse all of the bytecode and the corresponding source code to build up our representation of the software system (our Software DNA map). 我们通过分析所有的字节码和与之相应的源码,建立了一个软件特征系统(软件DNA图谱)。 www.infoq.com 8. Check back for the full details on working at the bytecode assembler level next month. 下个月将分析在字节码汇编器(assembler)级别工作的全部细节。 www.ibm.com 9. This is true, but it merely means that the work of referencing the class by its formal name falls to the compiler and bytecode. 的确如此,但这仅意味着根据正式名引用类的工作由编译器和字节码完成。 www.ibm.com 10. For instance, bytecode can handle values that need to be used more than once by duplicating them on the stack. 字节码可以处理那些不止一次被用到的值,采用在堆栈中复制它们的方式。 www-128.ibm.com 1. The first Javassist technique for systematic bytecode modification uses the javassist. CodeConverter class. 系统字节码修改的第一种Javassist技术使用javassist.CodeConverter类。 www.ibm.com 2. The loading phase consists of locating the required class file (by searching though the respective classpaths) and loading in the bytecode. 装入阶段包括:找到必要的类(通过查找每个类路径)并装入字节码。 www.ibm.com 3. Early (first generation) JVMs were basically interpreters for the virtual machine bytecode. 早期的(第一代)JVM基本上是虚拟机字节码的解释器。 www.ibm.com 4. This aspect surrounds method calls with bytecode that creates and stops a StopWatch instance. 这个切面在方法调用周围加入建立和停止StopWatch实例的字节码。 www.infoq.com 5. Getting the same effect by using Javassist to manipulate the class bytecode seems like it should be easy. 来做使用Javassist操作类字节码以得到同样的效果看起来应该不难。 www.ibm.com 6. Fetches the next bytecode to execute. 获取待执行的下一个字节码。 www.ibm.com 7. To write bug detectors, you need some understanding of the structure of JVM bytecode and of class files. 要编写bug检测器,则需要了解JVM字节码和类文件的一些结构。 www.ibm.com 8. It is convenient, if unsupported, and the compiler generates mostly compatible bytecode in a single pass. 这很方便,如果不支持的话,编译器会一次生成基本兼容的字节码。 www.ibm.com 9. Use it to generate your bytecode the old fashioned way - from Java source code. 用它以老的方式生成您的字节码-从Java源代码生成。 www-128.ibm.com 10. Bytecode also treats method parameters similarly to local variables. 字节码对于方法参数的处理与本地变量相似。 www-128.ibm.com 1. Therefore, executing a bytecode instruction is much faster than visiting a syntax tree node. 因此,执行字节码指令要比访问语法树节点快得多。 www.infoq.com 2. Remember that Scala compiles to Java bytecode, meaning that it runs on the JVM. 记住,Scala将被编译为Java字节码,这意味着它在JVM上运行。 www.ibm.com 3. In fact, AOP can be seen as a high level language for bytecode manipulation. 实际上,AOP可以视作是操作字节码的高阶语言。 www.infoq.com 4. Keeping frequently used scripts in bytecode form would give us a sizable performance boost. 将频繁使用的脚本保持为字节码形式可以帮助提升可观的性能。 www.ibm.com 5. By contrast, most classworking libraries bypass source code completely and only work at the bytecode level. 因此,大多数类处理库完全忽视了源代码并且只工作在字节码级上。 www-128.ibm.com 6. Turn Java language source code or compiled bytecode into native machine code with. 将Java语言源代码或已编译的字节码换成本机代码。 www-128.ibm.com 7. I'll start classworking coverage with the Javassist bytecode manipulation library. 我将以Javassist字节码操作库作为对classworking的讨论的开始。 www.ibm.com 8. Because creating the bytecode accessors is quite slow, the Java runtime can cache these accessors for later use. 由于创建字节码访问程序相当慢,因此Java运行时可以缓存这些访问程序供稍后使用。 www.ibm.com 9. A binary converter that transforms Java-language bytecode into MSIL. 将Java语言字节码转换为MSIL的二进制转换器。 msdn2.microsoft.com 10. The two classworking frameworks I cover in my earlier articles take very different approaches to working with bytecode. 我在前面的文章中介绍的两个classworking框架采用了截然不同的两种方法来处理字节码。 www-128.ibm.com 1. Once your program is compiled to bytecode, you can compile it to native code. 一旦你的程序被编译成字节码,你就可以将他们编译为本地代码。 www.infoq.com 2. The JIT compiler compiles Java bytecode to optimised native binary code at run time. JIT编译器在运行时将Java字节码编译为优化的二进制码。 www.ibm.com 3. The code generation model was added to make the bytecode generation more modular and easier to maintain. 添加代码生成模型是为了让字节码生成更加模块化、更容易维护。 www.ibm.com 4. Javassist lets you work with source code, which it compiles into Java bytecode. Javassist允许使用源代码进行工作并把源代码编译成字节码。 www-128.ibm.com 5. The Bytecode class details page shows the methods and fields that are defined and the classes that are used. Bytecode类细节页面向您展示了方法以及定义的区域和使用的类。 www.ibm.com 6. despite the added complexity of bytecode stack manipulation , it also offers some flexibility that is not available in source code. 虽然字节码的堆栈操作增加了复杂度,但是它也具有一些源代码所不具备的灵活性。 www.ichacha.net 7. Bytecode transformations with javassist. ExprEditor build on the same principles as those done using CodeConverter. 用CodeConverter进行字节码转换与用javassist.ExprEditor的原理一样。 www.ibm.com 8. Because of this, it will generate bytecode from the source in ways that may have surprising results if you're not careful. 因此,如果不小心,就会从源代码中生成可能会产生令人感到意外的结果的字节码。 www.ibm.com 9. His research concerns the development of formal semantic models and extensions of the Java language, both at the source and bytecode levels. 他的研究涉及正规语义模型和Java语言的扩展,都是在源代码和字节代码的级别上的。 www-128.ibm.com 10. For more detailed information on sharing modified bytecode, see the JVM diagnostics guide (see Resources). 关于共享经过修改的字节码的更详细信息,请参考JVM诊断指南(参见参考资料)。 www.ibm.com 1. Each event is encoded using a bytecode representation called ESAX (encoded SAX). 每个事件都通过称为ESAX(编码的SAX)的字节码表示法进行编码。 www.ibm.com 2. All bytecode scanning detectors are based on the visitor pattern, which FindBugs implements. 所有字节码扫描检测器都基于visitor模式,FindBugs实现了这个模式。 www.ibm.com 3. ASM: Get the ASM Java bytecode manipulation framework. ASM:获得ASMJava字节码操纵框架。 www.ibm.com 4. Creating the synchronized block yielded 16 lines of bytecode, whereas synchronizing the method returned just 5. 创建同步代码块产生了16行的字节码,而创建同步方法仅产生了5行。 www.ibm.com 5. Another way to get fast executing code is to generate the JVM bytecode directly. 另一个可产生快速执行代码的方法就是直接产生JVM字节码。 www.infoq.com 6. It's important to point out that Rubinius is using bytecode interpretation. 有一点很重要需要指出:Rubinius使用的是字节码解释。 www.infoq.com 7. It doesn't require a code-generation phase, a bytecode-generation step, or a run-time bytecode-manipulation library. 它不需要代码生成阶段、字节码生成步骤,或者实时的字节码处理库。 www.ibm.com 8. This makes slicing and dicing your bytecode easy. 这使对字节码的切片和切块变得容易。 www.ibm.com 9. Bytecode instrumentation: This is the process of injecting bytecode into the application classes. 字节码插装:该流程将字节码注入到应用程序类中。 www.ibm.com 10. you do also get some features typical of bytecode languages , such as a string data type and garbage collection. 您还可以获得字节码语言的某些典型特性,例如字符串数据类型和垃圾收集。 www.ichacha.net 1. And since IKVM can do the bytecode translation "on the fly" , the effect feels fairly transparent to the CLR developer. 自从IKVM可以执行字节码翻译之后,这样的效果就对于CLR的开发者来说就变得相对透明。 www.infoq.com 2. Once the scripts are compiled to normal Java bytecode they can be run by any standard JUnit runner. 一旦将脚本编译成普遍的Java字节码,那么任何标准的JUnit运行器就都能运行它们。 www.ibm.com 3. However, you can decompile the Java bytecode if you are curious. 但是,如果你很好奇,你可以对Java字节码进行反编译。 www.ibm.com 4. Next month I'll look at the ASM bytecode manipulation framework. 下个月我将分析ASM字节码操作框架。 www.ibm.com 5. Instead, it just runs the bytecode that was generated. 相反,它只运行生成的字节码。 www-128.ibm.com 6. These metadata files are used during the bytecode enhancing process and at run time. 在字节码增强过程中和运行期间将使用这些文件。 www-128.ibm.com 7. Modified bytecode can be shared by using the modified= suboption to -Xshareclasses. 可以使用-Xshareclasses的modified=子选项共享经过修改的字节码。 www.ibm.com 8. Do you want to try transforming methods, but are reluctant to start programming in bytecode? 您是否想转换方法,但是又不愿在字节码中启动程序呢? www.ibm.com 9. The source code you write is compiled on the fly into the bytecode that is executed. 您所编写的源代码是转换为执行的字节码时进行编译的。 www-128.ibm.com 10. JiBX 1. 0 Uses the BCEL framework for bytecode manipulation. JiBX1.0使用BCEL框架对字节码进行操纵。 www-128.ibm.com 1. Have you encountered any problems with other libraries that instrument bytecode? 在使用其他相关程序库时遇到过问题么? www.infoq.com 2. Many people imagine Java is slow because it generates interpreted bytecode rather than native code. 许多人认为造成Java速度慢的原因是它生成解释型字节码,而不是本机代码。 www.ibm.com 3. BCEL, on the other hand, works directly with bytecode. 另一方面,BCEL直接处理字节码。 www.ibm.com 4. Bytecode instrumentation: modifying the bytecode of an application at runtime to inject performance collectors 字节码工具:在运行时修改应用的字节码,以注入性能收集器 www.infoq.com 5. The ASM plugin even produces the ASM code that can be used to generate the corresponding bytecode, as shown in Figure 2 ASM插件甚至还生成了能够用来生成对应字节码的ASM代码,如图2所示 www-128.ibm.com 6. Gives a commented version of the bytecode from the beginning of the 给出了一个字节码的注释版本,在 www-128.ibm.com 7. Some of the compile-time optimizations we're looking at, now that we have a bytecode representation, include 在解析器使用字节码之后,我们目前实现的编译时优化有 www.infoq.com 8. In part 2 he reviews post-compilation instrumentation, specifically through interception, class wrapping, and bytecode instrumentation 第二部分中,他讨论了后编译技术工具,特别是拦截、类包装、字节码工具 www.infoq.com 9. The full compilation mode is almost identical, except that instead of producing a Perl script with the compiled bytecode embedded in it, 完全编译模式差不多也是这样,除了它会产生一个Perl脚本,其中嵌入了一些编译好的字节码。 www-128.ibm.com 10. For bytecode which is executed only a few times, this saves the compilation time and reduces the initial latency; 对于字节码是只执行了几次,这节省了编译时间,降低初始延迟; wenwen.soso.com 1. Advanced Heuristics for bytecode function deletion 字节码删除方法更先进 www.flashot.com 2. Analysis of information flow in exception handling of Java bytecode Java字节码异常处理中信息流的分析 www.ilib.cn 3. Optimizing algorithm of dynamic AOP based on bytecode transformation 一个基于字节码迁移的动态AOP优化算法 ilib.cn 4. To demonstrate the basic branch operation, Listing 3 shows the commented bytecode for the Listing 1 为了演示基本分支操作,清单3显示了清单1中的 www-128.ibm.com 5. his research concerns the development of formal semantic models of java , and extensions of java , both at the source and bytecode levels 他的研究涉及java的正规语义模型和java语言的扩展,都是在源代码和字节码的级别上的。 www.ichacha.net 6. special support for bytecode frameworks like Javassist and cglib which are used by many other tools 对诸如Javassist和cglib(被许多其他工具所使用)这样的字节码框架提供特殊支持 www.infoq.com 7. Adds Copyright Notice to bytecode 对加密代码加入版权信息 www.flashot.com 8. Runs a compiled bytecode object 运行一个已编译字节码对象 www.cppblog.com 9. The JSR 14 target mode of javac causes the compiler to emit JDK 1. 4-compatible bytecode corresponding to Java 5 language features javac的JSR14目标模式使编译器生成与Java5语言特性对应的JDK1.4兼容字节码 www.ibm.com 10. Based on asmock-0. 3 (for bytecode generation and lowlevel execution handling) 基于asmock-0.3(用于字节码生成和底层的执行处理) www.infoq.com 1. To create this bytecode version, use the -B option to the perlcc command. For example 要创建字节码的格式,请在perlcc命令中使用-B选项。 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。