Word Explorer

Optimizing compiler

💡 Words with a Similar Meaning to "Optimizing compiler"

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

WordDefinition
optimizernoun(computing) A program that uses linear programming to optimize a process.
compilernoun(software) A computer program that transforms source code into object code.
inlinernoun(software compilation) A program or algorithm that optimizes code using in-line expansion.
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.
supercompilationnoun(computing) A technique, involving multiple metacompilations, that seeks to optimize a program.
metacompilernoun(computing) A compiler used to construct compilers for other programming languages.
instruction schedulingIn computer science, instruction scheduling is a compiler optimization used to improve instruction-level parallelism, which improves performance on machines with instruction pipelines.
partial evaluationnoun(computing theory) A technique for program optimization by specialization, so as to produce new programs which run faster than the originals while guaranteed to behave in the same way.
preprocessornoun(computing) program that processes its input data to produce output that is used as input to another program
copy elisionnoun(software compilation) An optimisation technique where a value is transferred to the final target address, instead of being copied and then destroyed.
superoptimizationnoun(software compilation) A form of peephole optimization that typically uses an exhaustive brute-force search across all possible sequences of machine instructions.
minifiernoun(computing) A program that minifies, or removes unnecessary characters to make a document smaller.
computer programmingnoun(programming) The process of designing, writing, testing, debugging, and maintaining the source code of computer programs.
data-oriented designIn computing, data-oriented design is a program optimization approach motivated by efficient usage of the CPU cache, often used in video game development.
peephole optimizationnoun(software compilation) An optimization that works by eliminating redundant instructions from a small area of source code.
compilationnoun(uncountable) The act or process of compiling or gathering together from various sources.
application programnoun(computing) A computer program written to solve a particular problem or to be used in a particular user-defined application.
decompilernoun(computer science) A computer program performing the reverse operation to that of a compiler.
precompilernoun(computing) A program or algorithm that precompiles.

Translate “Optimizing compiler” into Another Language

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

Home/Dictionary/Optimizing compiler