- compile [compiling] phase
-
вчт. фаза компиляции
Англо-русский словарь технических терминов. 2005.
Англо-русский словарь технических терминов. 2005.
Compile time — In computer science, compile time refers to either the operations performed by a compiler (the compile time operations ), programming language requirements that must be met by source code for it to be successfully compiled (the compile time… … Wikipedia
Interpreter (computing) — In computer science, an interpreter normally means a computer program that executes, i.e. performs, instructions written in a programming language. An interpreter may be a program that either executes the source code directly translates source… … Wikipedia
Perl — This article is about the programming language. For other uses, see Perl (disambiguation). Perl Paradig … Wikipedia
Apache Maven — Developer(s) Apache Software Foundation Stable release 3.0.3[1] / March 3, 2011 … 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
Just-in-time compilation — In computing, just in time compilation (JIT), also known as dynamic translation, is a method to improve the runtime performance of computer programs. Historically, computer programs had two modes of runtime operation, either interpreted or static … Wikipedia
encyclopaedia — Reference work that contains information on all branches of knowledge or that treats a particular branch of knowledge comprehensively. It is self contained and explains subjects in greater detail than a dictionary. It differs from an almanac in… … Universalium
GNU Compiler Collection — Cc1 redirects here. For other uses of CC1 or CC 1, see CC1 (disambiguation). GNU Compiler Collection Developer(s) GNU Project Initial release May 23, 1987 ( … Wikipedia
Comparison of Java and C++ — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Precompiled header — In computer programming, a pre compiled header is a technique used by some C or C++ compilers to reduce compilation time. OverviewIn the C and C++ programming languages, a header file is a file whose text may be automatically included in another… … Wikipedia
Preprocessor — In computer science, a preprocessor is a program that processes its input data to produce output that is used as input to another program. The output is said to be a preprocessed form of the input data, which is often used by some subsequent… … Wikipedia