compiler
- noun
- /kəmˈpaɪlər/
- Specialized
- The compiler translates high-level code into machine language, making it executable by the computer.
- compiler generates
- compiler code
- compiler optimization
And then we'll recognize that the compiler is doing something malicious.
- And then we'll recognize that the compiler is doing something malicious.
- It's the compiler explorer which you can use on the web.
- Your front end of your compilers will quite cheerfully be roducing I.
- Like if you ask the compiler, why, what would a compiler say?
- You can it, it had a heavy take up I think because compilers were available.
Examples
-
Many decisions thus had to be made without a full understanding of their effect on compiler complexity.
Academic text (2011) -
The complexity was so great that, to our knowledge, no compiler fully implemented it.
Academic text (2011) -
However, additional language features were needed to override compiler actions if necessary.
Academic text (2011) -
Improvements to the effectiveness of a system's compiler generally improve overall system performance without necessitating hardware changes.
Academic text (1994) -
Research highlights implemented and deployed these algorithms as a compiler extension for the Scala programming language.
Academic text (2012) -
The OS/390 C/C++ 22-24 compiler was enhanced to support BFP data types and operations.
Academic text (1999) -
When you want to run your program, you must first invoke the compiler to process the source code.
-
A good compiler can help developers identify errors in their code before execution.
Synonyms
A computer program that changes code from one programming language to another
A program that turns programming code into instructions the computer can run
A computer tool that changes code from one programming language to another
Compounds
- Specialized
A computer program that turns C code into instructions the computer can run
How Low-level
Surface Forms
Morphology
Etymology
The word compiler comes from the Latin compilare, which means 'to gather together' (it once also meant 'to plunder') and is the same root as compile. Think of a computer compiler as a tool that gathers human instructions and turns them into 'machine code' the computer can run, which is why it 'compiles' code into a program.