For the first call to a program after a cancel of that program, or for a method invocation, the compiler initializes the fields of these special registers to their initial values.
对于某个程序被取消后的第一个调用,或对于某个方法调用,编译器会初始化这些专用寄存器的字段,将它们作为初始值。
The C compiler SCCNPRC dataset holds two groups of procedures you can call from batch to compile your code: CBC* for C++, EBC* for C.
C编译器 SCCNPRC数据集包含两组过程,可以从批作业调用它们来编译代码:CBC*用于 C++,EBC* 用于 C。
If you try to call fact outside of factorial, you will get a compiler error.
如果你尝试在factorial之外去调用fact,你会得到一个编译错误。
If you want to use the joint compiler from the command-line, you can call the groovyc command as usual, but specify the -j flag which will enable the joint compilation.
如果你希望在命令行使用联合编译器,你可以像通常那样调用groovyc命令,但是使用- j参数来进行联合编译。
The compiler will try and infer the most specific type it can for the type parameters when resolving a call to a generic method. For example, with this generic method.
当解析一个泛型方法的调用时,编译器将设法推断类型参数它能达到的最具体类型。
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 create the concatenated string "users.brian.accessRights", the compiler will create a temporary StringBuffer object, call StringBuffer.append
为创建串联的字符串 “users.brian.accessRights” ,编译器将创建一个临时的StringBuffer对象,调用 StringBuffer.append 三次,然后调用 StringBuffer.toString ,这意味着至少两个对象的创建和几个方法调用。
The compiler creates these methods that call the appropriate method in the application handler.
编译器创建这些方法,它们调用应用处理程序中的正确方法。
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 the program is such that the compiler cannot vectorize, it automatically tries to call the equivalent MASS scalar functions.
如果汇编器不能对程序进行向量化,它会自动试着调用等价MASS标量函数。
The compiler has no way of telling if you have the right integers going into the method call in the correct order since they are just three integers.
编译器无法知道在调用方法时参数传递顺序是否正确,因为它们只是三个整数而已。
When the compiler generates the code for the call to ReallyDoIt, it picks the object version because that’s the best it can do.
当编译器为调用ReallyDoIt生成(IL)的时候,它会挑选object作为参数的版本,因为那是它最好的选择。
If the developer forgets to call XyzRelease, then resources are leaked because the compiler doesn't help to track the lifetime of an object instance.
假如开发者忘记调用XyzRelease函数,那时资源就会泄露,因为编译器不能跟踪一个对象实例的生命周期。
In addition to any of the preceding sets of options, when the -qipa option is in effect, if the compiler cannot vectorize, it tries to inline the MASS scalar functions before deciding to call them.
除了一系列的选项之外,当 -qipa选项处于可用状态时,如果汇编器不能进行向量化,那么它会试着在决定调用它们之前去内联MASS标量函数。
So, the trick here is to first use the Microsoft MIDL compiler on the IDL specification in Listing 12 to create a type library we'll call cookie.tlb.
所以,这里的秘诀就是先用微软的MID编译器处理清单12中的IDL规范,建立一个名为cookie .tlb的类型库。
Most of the time it is straghtforward to determine whether a particular call is legal and if so, which function will be invoked by the compiler.
大多数情况下,编译器都可以直接明确地判断一个实际的调用是否合法,如果合法,则应该调用哪一个函数。
I have worked with a modified version of GNU Compiler Collection (GCC) that included a call out to a license manager.
我曾经使用过GNUCompilerCollection (GCC)的修订版,内含了一个对许可管理器的调用。
When boxing requires conversion from int to Integer, rather than calling new Integer(int), the compiler generates a call to Integer.valueOf(int).
当装箱需要从int转换到Integer 时,编译器并不调用new Integer(int),而是生成对 Integer.valueOf(int) 的调用。
The compiler matches a call to a function automatically by comparing the actual arguments used in the call with the parameters offered by each function in the overload set.
通过自动提取函数调用中实际使用的实参与重载集合中各个函数提供的形参做比较,编译器实现该调用与函数的匹配。
The compiler sets up a call before it is made.
编译器前设置一个电话。
To understand function overloading, we must understand how to define a set of overloaded functions and how the compiler decides which function to use for a given call.
要理解函数重载,必须理解如何定义一组重载函数和编译器如何决定对某一调用使用哪个函数。
If after looking at each argument there is no single function that is preferable, then the call is in error. The compiler will complain that the call is ambiguous.
如果在检查了所有实参后,仍找不到唯一最佳匹配函数,则该调用错误。编译器将提示该调用具有二义性。
Definition: You can declare functions in a way that allows the compiler to expand them inline rather than calling them through the usual function call mechanism.
定义:一种函数调用机制,你将函数声明为内联,编译器会将整个函数体在调用处展开。
If the function is virtual and the call is through a reference or pointer, then the compiler generates code to determine which version to run based on the dynamic type of the object.
如果函数是虚函数,并且调用是通过引用或者指针,编译器基于动态类型生成代码确定调用哪个版本。
Designing and implementing a teaching-oriented C-like compiler, which supports the definition of local and global variables, function parameters, as well as recursive call of functions.
设计并实现了一个面向教学的类c编译器,支持全局或局部变量的定义、函数参数传递和函数递归调用。
If there is a better match at namespace scope, the current compiler will correctly call it, whereas previous compilers wouldn't consider it.
如果在命名空间范围内有更好的匹配,当前的编译器将对其进行正确的调用,而以前的编译器则不予以考虑。
Why the call to the parent constructor is not the first call in the compiler generated constructor for Inner class?
为什么调用父类的构造函数不在编译器的第一个调用生成内部类的构造函数?
Because at compile time, the compiler validates if you can call a method based on the reference type.
因为在编译时,编译器验证如果你可以调用一个基于引用类型的方法。
Executes the specified command using the specified temporary files and waits for the call to return, storing output and error information from the compiler in the specified strings.
使用指定的暂存档来执行指定的命令,并等待呼叫传回,将编译器的输出和错误资讯储存在指定的字串。
Executes the specified command using the specified temporary files and waits for the call to return, storing output and error information from the compiler in the specified strings.
使用指定的暂存档来执行指定的命令,并等待呼叫传回,将编译器的输出和错误资讯储存在指定的字串。
应用推荐