好词典

cil

UK /sɪl/US /sɪl/

词源

CIL是Common Intermediate Language的缩写,源自.NET框架的设计。

noun

❶ 指计算机科学中的一种中间语言,通常用于程序编译过程中作为源代码和目标代码之间的转换桥梁。

“The compiler translates the source code into CIL before generating machine code.”

(编译器在生成机器代码之前将源代码转换为CIL。)

“CIL is an important part of the .NET framework.”

(CIL是.NET框架的重要组成部分。)

同义词:Intermediate Language, Bytecode, MSIL

常见短语

CIL instruction — 指CIL中的操作指令,用于描述程序的具体操作步骤。

“The CIL instruction 'ldstr' loads a string onto the stack.”

(CIL指令'ldstr'将字符串加载到堆栈上。)