表达式优化 meaning in Chinese
optimization of expressions
Examples
- For global common subexpression optimization , the compiler searches entire functions for common subexpressions
对于全局公共子表达式优化,编译器搜索全部函数中的公共子表达式。 - For local common subexpression optimization , the compiler examines short sections of code for common subexpressions
对于局部公共子表达式优化,编译器检查公共子表达式的一小部分代码。 - In the binding example below , both the minimum and maximum length are 2 , allowing the xml forms generator to optimize the expression to an equivalence comparison
在下面的绑定实例中,最小和最大长度都是2 ,以允许xml forms generator将表达式优化为相等比较: