Compiler functions are called only during compilation of the template.
编译函数仅在模板编译过程中被调用。
You will write the SPL application that uses the native functions that wrap the functions generated by the MATLAB compiler.
您将编写一个使用本机函数的SPL应用程序,这些本机函数封装MATLAB 编译器生成的函数。
When you find those unwanted language elements, you may need to replace them with elements with similar functions that the THREAD compiler option supports.
当找到这些不需要的语言元素后,可能需要用具有类似功能的元素替换它们,并且THREAD编译器选项支持这些替换的元素。
This is one of the functions generated for you by the MATLAB compiler.
这是MATLAB编译器为您生成的函数之一。
The CLR's JIT compiler can even inline functions across assemblies, significantly reducing the overhead for the fine-grained methods that OOP programmers prefer.
CLR的JIT编译器甚至可以跨程序集内联函数,从而大大降低了调用细粒度方法(OOP程序员偏爱此类方法)的开销。
The other possible branches in the code are either inline functions (which can, obviously, be inlined by the compiler), or are easily branch-eliminated by the compiler.
其他代码要么是内联函数(显然可以由编译器进行内联),要么是可以由编译器轻松消除分支的代码。
You will create native functions in SPL to make use of the functions generated by the MATLAB compiler.
您将在SPL中创建一些本机函数,以便利用MATLAB编译器生成的函数。
If the program is such that the compiler cannot vectorize, it automatically tries to call the equivalent MASS scalar functions.
如果汇编器不能对程序进行向量化,它会自动试着调用等价MASS标量函数。
It includes all class data members, all class member functions (either explicitly declared, or implicitly generated by the compiler), all base classes of the class, and all their members. Consider.
它包括所有类的数据成员,所有类的成员函数(或者显式声明,或者由编译器隐式生成),所有类的基类和所有它们的成员。
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标量函数。
With WPO, the compiler can inline functions from any source file in the program.
有了WPO,编译器就可以从程序中的所有源文件内联函数。
These functions are specially named so that they are identifiable to the compiler.
这两个函数都是特别指定的,因此,编译器可以识别它们。
Ensuring guideline 3 requires the compiler to have prior knowledge of all the reentrant functions, including the libraries used by the application.
确保准则3得到满足,要求编译器预先知道所有可重入函数,包括应用程序所使用的程序库。
I would like to propose a model for dealing with reentrant functions at the compiler level.
我将提出一个在编译器层次处理可重入函数的模型。
When functions are to be inlined, the compiler no longer inlines functions that are not executed frequently.
当需要内联函数时,编译器不再内联那些不常执行的函数。
This attribute is a hint to the compiler that the function declared with this attribute and the subsequent functions it calls do not throw an exception.
这个属性可以告诉编译器,使用该属性声明的函数以及它调用的后续函数都不会引发异常。
To start banning these functions one should add the following #pragma line to a header file and the compiler will issue a warning every time it encounters one of them
要禁用这些函数,编程人员可添加以下#pragma代码行到头文件,编译器每一次遇到该行代码的时候都会发出警告。
For automatic vectorization or scalarization, the compiler USES versions of the MASS functions contained in the compiler library libxlopt.a.
对于自动化的标量或者向量,汇编器会使用汇编器库libxlopt . a中包含的mass函数的版本。
When we use virtual functions, the compiler automatically selects the right function according to the actual type of the object.
当使用虚函数的时候,编译器自动根据对象的实际类型选择正确的函数。
Before it complains and compilation fails, the compiler checks to see if there are any implicit functions in scope that would allow it to convert the function to an OnClickListener.
在报错并出现编译失败之前,编译器将检查是否存在隐式函数,允许将函数转换为OnClickListener。
A few options affect how the compiler itself functions.
有几个选项能影响编译器自身的功能。
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.
要理解函数重载,必须理解如何定义一组重载函数和编译器如何决定对某一调用使用哪个函数。
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编译器,支持全局或局部变量的定义、函数参数传递和函数递归调用。
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.
定义:一种函数调用机制,你将函数声明为内联,编译器会将整个函数体在调用处展开。
To implement functions of multi-language support in object-oriented language compiler automatic test tool (O-OCTT), the method of system functional extension is proposed.
为了实现面向对象语言编译器自动测试工具(O-OCTT)对多种面向对象语言的支持功能,研究系统功能扩展的实现方法。
I think that for static functions (or those in an anonymous namespace), the compiler could possibly make the optimization you're talking about, since the function does not have external linkage.
我认为对于静态函数(或者匿名命名空间中的那些),编译器可能会做出你正在谈论的优化,因为函数没有外部链接。
The compiler selects those functions that have the required number of parameters and for which the argument types match the parameter types.
编译器将选出形参个数和类型都与实参匹配的函数。
The compiler selects those functions that have the required number of parameters and for which the argument types match the parameter types.
编译器将选出形参个数和类型都与实参匹配的函数。
应用推荐