inlining
基本解释
- 在线的
英汉例句
- Small functions are also more likely to be candidates for inlining.
小方法也更可能成为内联的候选者。 - He reinforced my bias in favor of uncompromising efficiency and inlining.
他加强了我对不牺牲效率和内联的偏爱。 - In fact, the C# compiler does not provide any hints to the JIT compiler regarding inlining.
事实上,C%23编译器,没有给JIT编译器任何提示要求考虑内联。 - The standard does not define the exact rules for inlining, and any implementation could change in the future.
规范并没有为内联定义精确的规则,同时任何实现在将来都可能改变。 - The JIT compiler generates machine code for each method (or group of methods, when inlining is involved), as needed.
JIT编译器为每个方法(或者,如果涉及到内联的话,就是一组方法)生成必需的机器码。