Word Explorer

Precompiled header

💡 Words with a Similar Meaning to "Precompiled header"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
preprocessornoun(computing) program that processes its input data to produce output that is used as input to another program
compilernoun(software) A computer program that transforms source code into object code.
history of compiler constructionIn computing, a compiler is a computer program that transforms source code written in a programming language or computer language (the source language), into another computer language (the target language, often having a binary form known as object code or machine code).
compiler-compilerIn computer science, a compiler-compiler or compiler generator is a programming tool that creates a parser, interpreter, or compiler from some form of formal description of a programming language and machine.
ahead-of-time compilationIn computer science, ahead-of-time compilation (AOT compilation) is the act of compiling an (often) higher-level programming language into an (often) lower-level language before execution of a program, usually at build-time, to reduce the amount of work needed to be performed at run time.
inline expansionIn computing, inline expansion, or inlining, is a manual or compiler optimization that replaces a function call site with the body of the called function.
executable compressionany means of compressing an executable file and combining the compressed data with decompression code into a single executable.
interprocedural optimizationa collection of compiler techniques used in computer programming to improve performance in programs containing many frequently used functions of small or medium length.
intrinsic functionIn computer software, in compiler theory, an intrinsic function, also called built-in function or builtin function, is a function (subroutine) available for use in a given programming language whose implementation is handled specially by the compiler.
object fileAn object file is a file that contains machine code or bytecode, as well as other data and metadata, generated by a compiler or assembler from source code during the compilation or assembly process.
compiled languageA compiled language is a programming language for which source code is typically compiled; not interpreted.
just-in-time compilationIn computing, just-in-time compilation (also dynamic translation or run-time compilations) is compilation (of computer code) during execution of a program (at run time) rather than before execution.
decompilernoun(computer science) A computer program performing the reverse operation to that of a compiler.
inline assemblerIn computer programming, an inline assembler is a feature of some compilers that allows low-level code written in assembly language to be embedded within a program, among code that otherwise has been compiled from a higher-level language such as C or Ada.
copy elisionnoun(software compilation) An optimisation technique where a value is transferred to the final target address, instead of being copied and then destroyed.
template metaprogrammingnoun(programming) A form of metaprogramming in which templates are used by a compiler to generate temporary source code, which is then merged with the rest of the source code and recompiled.
runtime libraryIn computer programming, a runtime library is a set of low-level routines used by a compiler to invoke some of the behaviors of a runtime environment, by inserting calls to the runtime library into compiled executable binary.
bootstrappingnounThe process by which something is bootstrapped.
program optimizationIn computer science, program optimization, code optimization, or software optimization is the process of modifying a software system to make some aspect of it work more efficiently or use fewer resources.
compile-time function executionIn computing, compile-time function execution (or compile time function evaluation, or general constant expressions) is the ability of a compiler, that would normally compile a function to machine code and execute it at run time, to execute the function at compile time.

Translate “Precompiled header” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Precompiled header