compiler
의미: A program that translates source code written in a high-level programming language into machine code that a computer can execute.
Compilers are essential tools in software development. Unlike interpreters, which execute code line by line, compilers translate the entire program before execution, typically producing faster-running applications. The compilation process includes stages such as lexical analysis, parsing, and code generation. Common compiled languages include C, C++, and Rust. The verb form is 'compile.'
예문
- The compiler flagged several type errors that needed to be resolved before the code could run. 编译器标记了几个需要在代码运行前解决的类型错误。El compilador señaló varios errores de tipo que debían resolverse antes de poder ejecutar el código.コンパイラは、コードを実行する前に解決すべき複数の型エラーを検出した。컴파일러는 코드를 실행하기 전에 해결해야 할 여러 타입 오류를 감지했다.
- Modern compilers can optimise code to run significantly faster than a naive implementation. 现代编译器可以优化代码,使其运行速度显著快于未优化的实现。Los compiladores modernos pueden optimizar el código para que se ejecute considerablemente más rápido que una implementación básica.最新のコンパイラはコードを最適化し、素朴な実装よりも大幅に高速に動作させることができる。최신 컴파일러는 코드를 최적화하여 단순한 구현보다 훨씬 빠르게 동작하게 할 수 있다.
- She studied compiler design as part of her computer science degree at Cambridge. 她在剑桥大学的计算机科学学位课程中学习了编译器设计。Ella estudió diseño de compiladores como parte de su carrera de informática en Cambridge.彼女はケンブリッジ大学のコンピューターサイエンスの学位課程でコンパイラ設計を学んだ。그녀는 케임브리지 대학교 컴퓨터 과학 학위 과정에서 컴파일러 설계를 공부했다.
발음
사용 가이드
맥락: professional, academic
어조: neutral
기원과 역사
From Latin compilare (to plunder, collect). Grace Hopper coined the computing sense in 1952 when she developed the first compiler for a programming language, the A-0 System.
문화적 배경
Era: Modern
Generation: All ages
Social background: Universal
이 주제의 다른 표현
More from General Advanced