bytecode

bytecode

1. - I understand that there are plans for Ruby to address performance with some kind of bytecode compiler and that will be nice.

+ '''关于作者:''' 我是本站站长Joel Spolsky,是一位纽约市的软体开发者。

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变得容易。

3. Java bytecode

Java字节码

4. Java bytecode file

Java字节码文件

5. Java source code is converted to Java bytecode by the Java compiler .

java源代码转换成java的字节码 ,由爪哇编译器。

6. Java bytecode is one of the things that make it possible for Java code to run on many different platforms.

Java的字节代码是一件容易的事情,从而使Java语言在不同平台的代码管理.

7. Java debuggers are designed to work at the source code level, and without Java source code that matches the bytecode instructions, they re effectively useless.

Java调试器是被设计为工作在源代码级,如果没有与字节码指令相匹配的Java源代码,调试器实际上是无用的。

8. NET Framework compile to CIL, which is assembled into bytecode.

NET Framework的语言被编译成CIL,然后汇编成字节码。

9. The Perl compiler works by taking the generated bytecode and then outputting the results in a variety of different ways.

Perl编译器通过使用所生成的字节码,以一种不同的方式输出结果。

10. Retroweaver consists of two logical components: a bytecode enhancer and a runtime library.

Retroweaver包含两个逻辑组件:一个字节码增强器和一个运行时库。

11. fast lua plugin indexing module, can cache lua bytecode functions for c programs.

useful for building plugin index trees (译):快速卢阿插件索引模块,可以缓存卢阿字节码功能的C程序。

12. Optimizing algorithm of dynamic AOP based on bytecode transformation

一个基于字节码迁移的动态AOP优化算法

13. Either way, the new bytecode is passed as a Java-like source code statement or block in a

不管是哪种情况,新的字节码都作为类Java的源代码声明或者

14. This gives compact bytecode programs and is easy to generate bytecode for.In the new engine, we've instead opted for a register-based bytecode instruction set.

不过还是有一些厂商,除了产品出厂时配的那款驱动,之后便没有下文,不理不问不更新,典型的“三不管”政策。

15. To keep the stack state valid, bytecode must take the differences between virtual and static methods - and the return type - into account.

为了使堆栈状态有效,字节码必须考虑虚方法与静态方法调用的不同和返回值的问题。

16. To support both source and bytecode generation, JiBX 2.0 Adds a strategy layer between the sequence of abstract operations generated from the tree and the actual generated code.

为了同时支持源代码和字节码生成,JiBX 2.0添加了一个策略层,这个层加在由树生成的抽象操作序列和实际生成的代码之间。

17. To demonstrate the basic branch operation, Listing 3 shows the commented bytecode for the Listing 1

为了演示基本分支操作,清单3显示了清单1中的

18. In order to cooperate with the popular bytecode, we propose a bridge mechanism to interconnect the interpretations of both bytecode and the syntax tree.

为配合目前被广泛使用的位元组码,我们还提出语法树与位元组码之间的衔接机制,让这两种不同的直译机制可以互相呼叫。

19. The naive approach to supporting a combination of source code and bytecode generation is to just provide two completely separate code generation implementations.

仅仅通过提供两个完全独立的代码生成实现来支持源代码和字节码生成的合并是一种自然的方法。

20. Even so, there are still substantial differences between the programming techniques used in source code and the bytecode equivalents.

即使如此,使用源代码的编程技术与字节码的编程技术之间仍然存在实质的不同。

21. Cancels P-code and Bytecode modes.

取消P-代码和字节码模式。

22. A design of the Java card bytecode optimize based on redefined instructions and basic-block compression is put forward in this paper.

因此,对下载到卡中的字节码进行优化是十分必要的。

23. NET compilers for its Visual Basic, C#, and JavaScript languages produce bytecode (which Microsoft calls Intermediate Language).

在C/S模式下,数据库直接与客户端进行事务处理,一般需要做多次交互,数据更新过程繁琐。

24. The PHP bytecode (opcode) cache is used to store the compiled script bytecode in shared memory so that it can be re-used by PHP engine for subsequent executions of the same script.

在PHP字节码(码)缓存用来存储在共享内存的字节码编译的脚本,以便它可以重新通过PHP引擎,用于相同的脚本随后的执行。

25. After I added the stack state tracking, bytecode problems became traceable to a particular line of code.

在添加了堆栈状态跟踪之后,字节码问题的跟踪可以精确到代码的具体行。

26. I ll return to this point later in the article when I discuss some of the details of the bytecode generation.

在这篇文章后面,当我讨论字节码生成的细节时,我还会回到这一问题上。

27. For advanced use, it may be necessary to pay carefulattention to how the engine will execute a given RE, and write the REin a certain way in order to produce bytecode that runs faster.

在高级用法中,也许还要仔细留意引擎是如何执行给定RE,如何以特定方式编写RE以令生产的字节码运行速度更快。

28. Most EJB CMP CMR solutions use code generation to implement persistence code, while JDO uses bytecode decoration.

大多数EJB CMP CMR解决方案使用代码生成实现持久性代码,而JDO使用字节码修饰。

29. Pattern detectors are a good choice when what you re trying to detect can be expressed as a sequence of bytecode patterns.

如果所要检测的问题可以表述为一组字节码模式,则模式检测器是一种好的选择。

30. MF file. alternatively, you could try using bytecode manipulation to modify the classloaders on the fly, without violating the integrity of the supporting JAR files.

如果每件事都能做好,那么应用程序能够按它预期的方式 运行。

31. The bytecode assumes the unmarshalling methods added to the classes are virtual methods taking a single parameter, the JiBX unmarshalling context being used to interpret the XML input document.

字节码假定添加到类的解编排方法都是只有一个参数的虚方法,JiBX解编排上下文被用来解释XML输入文档。

32. Advanced Heuristics for bytecode function deletion

字节码删除方法更先进

33. For instance, bytecode can handle values that need to be used more than once by duplicating them on the stack.

字节码可以处理那些不止一次被用到的值,采用在堆栈中复制它们的方式。

34. bytecode verification

字节码校验

35. bytecode complier

字节码编译程序

36. bytecode interpreter

字节码解释程序

37. The bytecode verification process guarantees that an application cannot access memory spaces or use resources outside of its domain.

字节码验证过程保证了应用程序不能访问内存空间或使用其域外的资源。

38. Bytecode verification also prevents an application from overloading the Java language core libraries, a method that could be used to bypass other application-level security measures.

字节码验证还防止应用程序重载Java语言核心库,这是一种可以用来绕过其它应用程序级安全性措施的方法。

39. job description: 1. strong knowledge of java 2 platforms, jdbc, jmx, jms, j2ee, jvm, bytecode ins...

学历要求:本科以上|工作经验:3-5年|职位类型:|公司规模:100-499人

40. The JiBX 1.0 Bytecode generation architecture makes an interesting case study for anyone looking at implementing complex bytecode transformations.

对于任何想研究复杂的字节码转换实现的人来说,JiBX 1.0字节码生成架构形成了一个有趣的案例研究。

41. A binary converter that transforms Java-language bytecode into MSIL.

将Java语言字节码转换为MSIL的二进制转换器。

42. Turn Java language source code or compiled bytecode into native machine code with.

将Java语言源代码或已编译的字节码换成本机代码。

43. Rather than explicit blocks, though, the bytecode definition of a local variable defines an instruction range over which the variable is active.

尽管不是明确的块,字节码中定义本地变量时,也要定义一个指令范围,在这个范围内,变量是有效的。

44. The source code you write is compiled on the fly into the bytecode that is executed.

您所编写的源代码是转换为执行的字节码时进行编译的。

45. You do also get some features typical of bytecode languages, such as a string data type and garbage collection.

您还可以获得字节码语言的某些典型特性,例如字符串数据类型和垃圾收集。

46. 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.

我为JiBX 2.0开发定的目标之一就是增加用源代码增强代替字节码增强的选项。

47. I took the ExpressionEvaluator I wrote as example for the first post about this topic, and then I edited a bit the code adding just in time AS Bytecode compilation .

我取出了我在第一次谈论这个主题时写作例子的表达式计算器,之后修改了一点代码,增加实时性,如字节码编译。

48. Much of the time I ve spent on JiBX development went to track down invalid bytecode generation problems.

我在JiBX开发上花的时间,有很大一部分花在跟踪非法字节码生成问题上。

49. I sum up the differences of CLDC and J2SE,and recommend another platform-SuperWaba, which produce optimized bytecode and optimized the JVM .

我归纳了CLDC与J2SE的区别,并推荐了另一个开发平台SuperWaba,它对所产生的字节码和虚拟机特别进行了优化,值得推荐给嵌入式开发者。

50. All that extra message passing adds bulk to the bytecode and steals processor time.

所有在此过程中传递的消息都会添加字节码的数量,并盗走处理器的事件。

51. This thesis is to define a subset of Java bytecodes that are suitable for instruction set extension as the basis of CPU executing Java bytecode directly.

数位电路的测试中,最被常使用到的测试技术之一是扫描测试技术。然而这项技术往往会面临到过长的测试时间及过大的测试资料量这两项最严重的问题。

52. This instruction is not using any bytecode fetcher because it doesn't need to jmp to another handler. I will now present a real instruction. A Virtual PUSH

此指令没有使用获取任何字节代码,因为它不需要跳到另一个处理程序中。现在我将讲述真正的指令。一个虚拟的

53. The code generation model was added to make the bytecode generation more modular and easier to maintain.

添加代码生成模型是为了让字节码生成更加模块化、更容易维护。

54. Source code generation and bytecode generation each have advantages - why not offer a choice?

源代码生成和字节码生成各有优点为什么不能提供一种选择?

55. Due to standardization of C# and the Common Language Infrastructure, the bytecode is now officially known as CIL.

由于C#和通用语言架构的标准化,字节码现在已经官方地成为了CIL。

56. A.The bytecode verifier loads all classes needed for the execution of a program.

程序开发者必须自己创建一个线程进行内存释放的工作。

57. The class loader informs you that the bytecode required to define the class is simply not present in the locations where the class loader is looking for it.

类别载入器提示,定义类别时所需要的位元组码在类别载入器所寻找的位置上不存在。

58. The compiler actually generates the same bytecode instructions as would be used for non-generic source code, inserting run-time casts to convert values to the appropriate type on each access.

编译器实际上生成与使用非泛型源代码时相同的字节指令,插入运行时类型转换以在每次访问时将值转换为正确的类型。

59. The first step is to analyze the usage of each Java bytecode from benchmark programs, and then identify the bytecodes suitable for instruction set extension.

而上述的两项问题将会造成对昂贵测试机台需求的增加。在本篇论文中,我们提出一个用于降低测试时间及测试资料量之扫描测试架构。

60. This example includes several branches, with the bytecode for three branches shown in bold.

这个例子包含几个分支,三个分支语句的字节码显示为粗体。

61. Normally when P-code or Bytecode mode is selected, you need to exit the mode by reselecting the option, clicking on the toolbar button again.

通常当个P-代码或字节码模式被选中,必须先离开模式的重新选择,点击工具栏上的按钮。

62. Have them over to dinner, and swap stories of performance tricks on how to run Java bytecode as fast as possible.

邀请他们会餐,与他们交流有关如何尽可能快地运行Java字节码的性能技巧的故事。

63. I ll start with a look at the JiBX bytecode generation architecture.

首先,我先从介绍JiBX的字节码生成架构开始。

英语宝典
考试词汇表