好词典

compilers

UK //kəmˈpaɪləz//US //kəmˈpaɪlərz//

词源

源自拉丁语 'compilare'(收集/堆积),14世纪进入英语指'汇编者',20世纪后用于计算机领域表示'编译程序'。

noun

❶ 编译器,指将高级编程语言代码转换为计算机可执行机器代码的软件工具。它是程序开发中的关键工具,负责语法检查和代码优化。

“Modern compilers can optimize code for better performance.”

(现代编译器能优化代码以提高性能。)

“The Java compiler converts source code into bytecode.”

(Java编译器将源代码转换为字节码。)

❶ 汇编者/编纂者,指收集整理信息或文献并将其系统化呈现的人或机构。常见于学术出版或资料收集领域。

“The compilers of the anthology included works from 20 countries.”

(这部选集的编纂者收录了20个国家的作品。)

“Data compilers ensure the accuracy of statistical reports.”

(数据汇编者要确保统计报告的准确性。)

同义词:translators, assemblers, collectors, editors, interpreters

常见短语

compiler warnings — 编译器在代码转换过程中发出的非致命性警报,提示潜在问题但不会阻止程序编译。

“Pay attention to compiler warnings as they may indicate logical errors.”

(注意编译器警告,它们可能暗示逻辑错误。)

compiler optimization — 编译器对代码进行的自动改进过程,旨在提升运行效率或减少资源占用。

“With compiler optimization enabled, the program runs 30% faster.”

(启用编译器优化后程序运行速度提升30%。)