Weitere Beispiele werden automatisch zu den Stichwörtern zugeordnet - wir garantieren ihre Korrektheit nicht.
It can be difficult to count exactly how many passes an optimizing compiler makes.
These cases are probably best left to optimizing compilers to unroll.
Today, the parser and the optimizing compiler are written in the language.
It had an optimizing compiler that was quite good for minicomputers of its time.
However, optimizing compilers are by no means perfect.
Some, but not all, optimizations can nowadays be performed by optimizing compilers.
Additionally, there are a number of other more practical issues with optimizing compiler technology:
Optimizing compilers will sometimes perform the unrolling automatically, or upon request.
So they made it an optimizing compiler.
The language has a single implementation featuring a self-hosted optimizing compiler and an interactive development environment.
This may be true for optimizing compilers for relatively simple cases where the range of search keys is limited.
Unless performed transparently by an optimizing compiler, the code may become less readable.
The difference is entirely stylistic, because optimizing compilers may produce identical object code for both forms.
An optimizing compiler can only win on redundancies that the programmer could have avoided in the source code.
This makes PRE one of the most important optimizations in optimizing compilers.
Some optimizing compilers delay code generation until link time because it is here that information about a complete program is available to them.
In an optimizing compiler, phase distinction marks the boundary between expressions which are safe to erase.
Some systems have optimizing compilers.
I said, "That is, an optimizing compiler is all about running the resulting program as fast as possible.
(You can think of this as formalizing the principle for an optimizing compiler:
The transformation can be undertaken manually by the programmer or by an optimizing compiler.
Additionally, many optimizing compilers can perform transformations that will cause this algorithm to fail regardless of the platform.
Optimizing compilers may recognize expressions of the form where is a power of two and automatically implement them as .
Loop unrolling performed manually, or more usually by an optimizing compiler, can provide significant savings in some instances.