| 释义 |
code optimization 代码优化;[码最佳化] An important part of compiling program. Its object is to obtain an object code that has a shorter time of execution and smaller memory space by means of transformation of intermediate code. 编译程序的一个重要组成部分。其目的是为了得到运行时间较短和占用存储空间较小的目标程序,这要通过对中间代码进行变换来完成。 |