Examples of using To the compiler in English and their translations into Japanese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
If the source file to the compiler ends in. htm or.
Compile a template in a file based on the options passed to the compiler.
Defaults to the compiler of the Java version that is currently.
Out programs which werebuilt before idd support was added to the compiler releases.
M Indicates to the compiler a feature set that it may target, including which instruction sets it may generate.
Moving this task from the CPU to the compiler has several advantages.
M Indicates to the compiler a feature set that it may target, including which instruction sets it may generate.
Additions to compiler source code which add new functionality to the compiler service API.
NOTE: Using«» syntax we are saying to the compiler that the elements inside those symbols are bytes.
When schedule(auto) is specified,the decision regarding scheduling is delegated to the compiler.
PGO provides information to the compiler about areas of an application that are most frequently executed.
A function declaration is declares the existence of a function with its name andtype signature to the compiler.
Implicit methods are those where the user gives up some(or all)of the parallelization decisions to the compiler.
Specifying this pragma is a hint to the compiler that the unroll and jam sequence is legal and profitable.
Profile guided optimization provides information to the compiler about areas of an application that are most frequently executed.
B evaded this inconvenience initially by insisting that the entireprogram be presented all at once to the compiler.
For the most part, that's totally ok,because it keeps us from spending all day explaining our program to the compiler.
Prefetch/noprefetch Description This pragma hints to the compiler to generate data prefetches for some memory references.
These intrinsics allow you to specify the underlying implementation(instruction selection) of an algorithm,yet leave instruction scheduling and register allocation to the compiler.
Both C and C++ offer the register keyword,enabling the programmer to provide a hint to the compiler regarding which variables to store in registers.
Enables developers to provide a hint to the compiler that it is believed that the loop containing the pragma should be spread over multiple cores(in this snippet 4 cores).
Typically, the compiler targets functions that have been marked for inlining based on the following: Inlining keywords:provides a hint to the compiler to inline the specified function.