A dynamic compiler mitigates this cost by eventually compiling all the interpreted methods that are frequently called by JIT compiled code, but without a dynamic compiler, this cost can't be hidden.
动态编译器通过最终编译所有由JIT编译代码频繁调用的那些解释过的方法来减少这项开销,但是如果不使用动态编译器,则这项开销就不可避免。
The actual class file modifications are done by a JiBX component called the binding compiler.
实际的类文件修改是由称为绑定编译器的JiBX组件完成的。
So putting back that prototype allows me to compile this, because I'm saying proactively to the compiler hey, you're going to see a function called increment.
把那个原型放回原处使我能够编译它,因为我提前向编译器打了招呼,将看到一个叫做increment的函数。
Sun has produced an alpha release of a compiler called XSLTC which looks promising (see Resources), though it is still at an early stage of development.
Sun已经制作了一个编译器的alpha发行版,叫做XSLTC,虽然仍处于开发的早期阶段,但看起来很有前途(请参阅参考资料)。
In this usage, a compiler would compile BCPL code into an intermediate machine code called O-code.
在这种用法中,编译器会将BCPL代码编译成称为o - code的中间机器代码。
That is, there isn't actually any type called InputIterator: when you call find, the compiler substitutes the actual type of the arguments for the formal type parameters InputIterator and t.
也就是说,没有实际的类型InputIterator:当你调用find时,编译器会把他们替换成正式的类型。
To make a recursive call, you must either code the recursive clause (or attribute) in the PROGRAM-ID paragraph of the recursively called program or specify the THREAD compiler option.
要执行递归调用,必须在以递归方式调用的程序的PROGRAM - ID段落中编写RECURsive子句(或属性),或指定THREAD编译器选项。
If there are two anonymous members that both provide a method, the compiler will produce an error, but only if that method is called.
如果有两个匿名成员都提供一个方法,编译器将会报错,但只在该方法被调用的情况下。
A new feature in VB 9 called "runtime agility" will allow the compiler to use custom runtimes for other platforms.
一个在VB9中被命名为“敏捷运行时”的新特性将允许编译器针对其他平台使用自定义的运行时。
After the optimizer has done its work, the compiler converts the query plan into executable code segments called snippets.
优化器完成工作后,编译器将把查询计划转换为可执行的代码段,称为snippet。
Although BCPL was a high-level language (similar to c), the intermediate code that the compiler generated was called O-code (Object code).
尽管BCPL是一种高级语言(类似于c),编译器生成的中间代码叫做o - code(对象代码)。
The enhanced for loop, sometimes called the for-each loop, is translated by the compiler as if the programmer had supplied the equivalent old-style for loop.
增强的for循环有时叫做for - each循环,编译器编译它的时候,情形与程序员提供旧式for循环一样。
The starter kit, called ToyScript, was first presented in Microsoft's Compiler DevLab, a conference for language developers who are targeting the CLR.
入门工具包名为ToyScript,最早展示于微软的Compiler DevLab,为面向CLR开发语言的开发人员所召开的一次大会。
As you have seen, the compiler ensures that the first arguments of the BeginInvoke method are the arguments of the method to be called.
正如你看到的,编译器确保BeginInvoke方法的第一个参数是被调用方法的参数。
The z/OS C compiler is actually both a C and C++ compiler in one, and can be called either from native z/OS or USS.
z/OSC编译器实际上把 C和 C++ 编译器融为一体,而且可以从原生 z/OS或USS 调用。
One of the system programs is called the compiler.
这些系统程序当中有一种叫做编译程序。
In a compiled language, you have an intermediate step, in which you take the source code, it runs through what's called a checker or a compiler or both, and it creates what's called object code.
而在编译语言里,你就会经过一个中间的步骤,在这种语言里输入源码后,先经过过滤器,或者编译器检查后,它会创建一个叫做目标代码的东西。
A dynamic implementation tool for heterogeneous computing called CHP (Coarse grained heterogeneous Pre compiler) based on user directed approach was proposed.
提出了一种基于用户指导法的异构计算的动态实现工具,称为粗粒度异构预编译器(chp)。
The compiler also allows inline assembler code to be embedded anywhere in a function. In addition, routines developed in assembly can also be called.
这个编译器也允许在一个函数的任何地方嵌入内联的汇编代码。另外,以汇编代码开发的例程也可以被调用。
The decipher of AP238 file can't explain and execute line by line as G Code, and can only compile, thus the decipher process system of STEP-NC numerical control system was called as the compiler.
对AP238文件的译码处理不能像g代码那样逐行解释执行,而只能采取编译的方法,因此,STEP - NC数控系统的译码处理系统称之为编译器。
To do that we need the code contracts rewriter which will be called by the C# compiler when generating your code.
这样做,我们需要重写代码合同将由C编译器生成代码时#。
If the JIT compiler inlines the accessor, it must JIT that code when the containing method is called.
如果JIT编译器内联了该属性访问符,那么,当包含的方法被调用时,就必须JIT那些代码。
Compiler functions are called only during compilation of the template.
编译函数仅在模板编译过程中被调用。
This is quite valid, in fact it's called polymorphism, but can confuse the compiler a bit.
这个是绝对有效的,实际上它被称为多态,但可能会使得编译器不明白。
The compiler simply inserts code to pass the default value whenever the function is called without an argument in that position.
编译器只是加入代码使得在每次函数被无参数调用的时候传递一个默认的值。
The compiler simply inserts code to pass the default value whenever the function is called without an argument in that position.
编译器只是加入代码使得在每次函数被无参数调用的时候传递一个默认的值。
应用推荐