IR:中间代表

在计算机软件领域,“Intermediate Representation”(简称IR)是一个常用术语,其中文含义为“中间表示”。采用缩写形式IR不仅便于快速书写和交流,还能有效提升技术文档和日常讨论的效率。这一概念在编译器设计、程序分析和代码优化等核心场景中广泛应用,是连接源代码与目标代码的关键抽象层次。

Intermediate Representation具体释义

  • 英文缩写:IR
  • 英语全称:Intermediate Representation
  • 中文意思:中间代表
  • 中文拼音:zhōng jiān dài biǎo
  • 相关领域ir 软件

Intermediate Representation的英文发音

例句

  1. We use Clojure data structure literals as both intermediate representation for communication, and for storage.
  2. 我们将Clojure数据结构用作通信和存储的中间表示。
  3. Through a compilation process, this high-level code is compiled into an intermediate representation called object code.
  4. 通过一个编译过程,该高级代码被编译成一个名为对象代码的中间表示。
  5. Before talking about the new intermediate representation, how does the compiler currently do its work without the IR?
  6. InfoQ采访了Subbu,希望了解新的IR是什么样的,它将为JRuby带来什么好处。在讨论新的中间表示前,编译器目前是如何在没有IR的情况下工作的?
  7. The front end of a compiler is language specific and includes a parser for the given language that results in parsed trees and the intermediate representation ( the Register Transfer Language, or RTL ).
  8. 编译器的前端是特定于语言的,它包括一个用于给定语言的解析器,这个解析器产生经过解析的树和中间表示(RegisterTransferLanguage,RTL)。
  9. For example, the output of all our data transformation jobs are Clojure data structure literals, and the intermediate representation in all our Hadoop jobs are as well.
  10. 例如,我们所有数据转换工作的输出都是Clojure数据结构形式,这种中间表示遍布于我们所有的Hadoop工作中。