Examples of using Optimizing compiler in English and their translations into Russian
{-}
-
Official
-
Colloquial
The Design of an Optimizing Compiler.
Optimizing compilers make significant contribution to the performance of modern computer systems.
Course"Engineering and optimizing compiler" MSU.
For example, the optimizing compiler can remove the check if(list), if it sees list->first.
Course"Engineering and optimizing compiler"(MIPT);
Optimizing compilers are responsible for generating code that, when executed, will cause the hardware to use caches and registers efficiently.
What matters is the way the optimizing compiler will build the code.
John Cocke(May 30, 1925- July 16,2002) was an American computer scientist recognized for his large contribution to computer architecture and optimizing compiler design.
In this case, the optimizing compiler will make the loop infinite.
The paper addresses the problem of an optimizing compiler debugging.
Additionally, many optimizing compilers can perform transformations that will cause this algorithm to fail regardless of the platform.
He is the leader of the CompCert project that develops an optimizing compiler for C(programming language), formally verified in Coq.
It can be used as an optimizing compiler of byte code into machine code for various architectures, or for its interpretation and JIT-compilation for some platforms.
Code may become unreachable as a consequence of the internal transformations performed by an optimizing compiler e.g., common subexpression elimination.
It can also enable an optimizing compiler to generate more efficient code.
This was the first optimizing compiler, because customers were reluctant to use a high-level programming language unless its compiler could generate code with performance comparable to that of hand-coded assembly language.
In 1971-1972 implemented an optimizing compiler of Fortran IV for BESM 6.
We have found that an optimizing compiler may remove a call to the memset() function no matter what type of memory is used- stack or dynamic.
As deobfuscation methods require analysis and transformation algorithms similar to those of an optimizing compiler, we have evaluated using LLVM compiler infrastructure as a basis for deobfuscation software.
Using homogeneous 64-bit data types allows the optimizing compiler to construct a simpler and more efficient code, as there's no need to convert 32-bit and 64-bit data inter se often.
American computer scientist Frances E. Allen won the Turing Award for"pioneering contributions to the theory andpractice of optimizing compiler techniques that laid the foundation for modern optimizing compilers and automatic parallel execution.
Many programmers believe Intel compiler the best optimizing compilers available on the market, and prefer to use the it for the most demanding productivity programs.
I didn't really know much about optimizing compilers at the time, because I would never worked on one.
All described methods are implemented in optimizing compilers lcc, lccs, lfortran, lfortrans for Elbrus and Sparc architectures.
This article discusses the technique of writing code that you can use to save time to write a specific program, instrumenting code technique on high-level language C++,examples Coding algorithms are provided for system software and reviewed optimized compilers, by which it is possible to reduce compile time and speed program work.
Prototype implementation of the optimized compiler is available at the ISP RAS website in GitHub via the following link.
Performed by compiler code optimizing transformations efficiency can be greatly increased by obtaining and using program profile information, such compiler work is called profile-guided optimization PGO.
We encountered the specifics of optimizing Visual C++ 2005 compiler for the first time when preparing the program OmniSample.
These extra variables are harmless, since the compiler will delete them while optimizing.
The point is that the compiler sometimes builds a terminable loop while optimizing the code.