Examples of using A compiler in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Not doing so will result in a compiler error.
You must install a compiler and build environment separately.
Any attempt to get around these constraints will result in a compiler error.
You must install a compiler and build environment separately.
Or that Go was designed by systemprogrammers who were also able to write a compiler.
People also translate
You have to install a compiler and build environment individually.
The variable name second doesn't mean anything special to Rust,so we get a compiler error since using….
You have to install a compiler and build environment individually.
A compiler cannot detect whether the meaning of a program is correct, but it can detect errors in the form of the program.
This means that the language requires not just a compiler, but also a runtime system to execute the compiled code.
A compiler can use the results of escape analysis as a basis for optimizations: Converting heap allocations to stack allocations.
In some cases the design of a language feature may require a compiler to perform more than one pass over the source.
That again is a compiler language and it's still a living language;
PendingReviewPost doesn't have a content method defined on it,so attempting to read its content results in a compiler error, as with DraftPost.
If you don't know how a compiler works, you don't know how a computer works.”.
A compiler is required for programming in C++, because the actual source code has to be compiled into a file that your computer can run.
However, most of the optimization techniques that are performed by a compiler involve a tradeoff between execution speed and code size.
But in this case a compiler can determine, with escape analysis, that the Bar object itself does not escape the invocation of example().
To develop software that utilizes the Windows API, a compiler must be able to handle and import the Microsoft-specific DLLs and COM-objects.
Well, a compiler is a software, it is written and then compiled into a machine code, losing its affiliation to a language.
Grace Hopper was the first to create a compiler for a programming language and was one of the first programmers of the Mark I computer.
A compiler verifies code syntax, generates efficient object code, performs run-time organization, and formats the output according to assembler and linker conventions.
Eventually Dr. Knuth became a compiler himself, inadvertently founding a new field that he came to call the"analysis of algorithms.".
A compiler is a program that translates code from a programming language into another form which is(more) directly executable for a computer.
So you can use a compiler to write a better compiler, because after it is compiled it is just a machine code.
This code generates a compiler error because unique_ptr does not generatea copy constructor it specifically wants to ban making copies.
For example, if a compiler knows that a variable always holds an integer value then it can generate integer instructions to manipulate the variable;
Finally, a compiler is a complex system; we must keep the system simple to assure that the engineering and maintenance costs of the compiler are.