- optimizing compiler
-
оптимизирующий компилятор
Англо-русский словарь технических терминов. 2005.
Англо-русский словарь технических терминов. 2005.
optimizing compiler — optimizuojantysis kompiliatorius statusas T sritis informatika apibrėžtis ↑Kompiliatorius, kuris kompiliuoja trumpą ir sparčiai veikiančią programą. Toks kompiliatorius veikia lėčiau už įprastą, neoptimizuojantį. Naudojamas galutiniam programos… … Enciklopedinis kompiuterijos žodynas
The Design of an Optimizing Compiler — by William Wulf, Richard K. Johnson, Charles B. Weinstock, Steven O. Hobbs, and Charles M. Geschke, was published in 1975 by Elsevier. It describes the BLISS compiler for the PDP 11, written at Carnegie Mellon University in the early 1970s. The … Wikipedia
Compiler optimization — is the process of tuning the output of a compiler to minimize or maximize some attributes of an executable computer program. The most common requirement is to minimize the time taken to execute a program; a less common one is to minimize the… … Wikipedia
Compiler — This article is about the computing term. For the anime, see Compiler (anime). A diagram of the operation of a typical multi language, multi target compiler A compiler is a computer program (or set of programs) that transforms source code written … Wikipedia
Compiler correctness — In computing, compiler correctness is the branch of software engineering that deals with trying to show that a compiler behaves according to its language specification[citation needed]. Techniques include developing the compiler using formal… … Wikipedia
optimizing — adjective Something whose purpose is to optimize. Were using an optimizing compiler … Wiktionary
Bartok (compiler) — Bartok is an optimizing compiler and managed runtime system for Common Intermediate Language (which .NET languages compile to), being developed by Microsoft Research. It aims to be efficient enough to be usable for writing Operating Systems. It… … Wikipedia
Intel C++ Compiler — (also known as icc or icl) describes a group of C/C++ compilers from Intel. Compilers are available for Linux, Microsoft Windows and Mac OS X.Intel supports compilation for its IA 32, Intel 64, Itanium 2, and XScale processors. The Intel C++… … Wikipedia
Common Compiler Feedback Format — The Common Compiler Feedback Format is an XML schema defined by The Portland Group for use in benchmarking and debugging optimizing compilers.[1][2] It is available under an open source license for use by other entities, in an attempt to allow… … Wikipedia
Algorithmic efficiency — In computer science, efficiency is used to describe properties of an algorithm relating to how much of various types of resources it consumes. Algorithmic efficiency can be thought of as analogous to engineering productivity for a repeating or… … Wikipedia
Program optimization — For algorithms to solve other optimization problems, see Optimization (mathematics). In computer science, program optimization or software optimization is the process of modifying a software system to make some aspect of it work more efficiently… … Wikipedia