Examples of using To the compiler in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
We have said to the compiler;
Source file extensions(. f,. f90,. f95,…)and how they are related to the compiler.
We used types to better express to the compiler what our program is doing.
Declaring a variable volatile is a directive to the compiler.
CPU type as it's known to the compiler, such as GCC's use of either-mcpu or--with-cpu.
In some cases that requires the installation of the Platform SDK in addition to the compiler.
Do not use this option if you donot have all of the source code to give to the compiler.
Like the RISC approach,VLIW and EPIC shifted work from the hardware to the compiler.
In C++, we write statements in order to convey to the compiler that we want to perform a task.
In some cases that requires the installation of the Windows SDK in addition to the compiler.
We will also need to pass the-S flag to the compiler, so it will print the code and create an HTML file.
In some cases that requires the installation of the Windows SDK in addition to the compiler.
So the parser is to the compiler just like ZIP is to JVM, like JPEG is to Photoshop.
This will allow you to communicate to the compiler and to other developers that the object should remain invariant.
Like the RISC approach,VLIW and EPIC shifted work from the hardware to the compiler.
This keyword makes a request to the compiler to replace all calls to the indicated function with copies of the code that is inside.
A function declaration is declares the existence of a function with its name andtype signature to the compiler.
In addition to the compiler switches /O1, /O2 and/Ox, you can control optimizations for specific functions using the optimize pragma, which looks like this.
In Julia, types are themselves run-time objects,and can also be used to convey information to the compiler.
B evaded this inconvenience initially by insisting that the entireprogram be presented all at once 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.
In the second implementation,the function fact is qualified as__pure to indicate to the compiler that it is a pure function.
This is more useful in conjunction with auto,since the type of an auto variable is known only to the compiler.