inlining
常見例句
- Small functions are also more likely to be candidates for inlining.
小方法也更可能成為內(nèi)聯(lián)的候選者。 - He reinforced my bias in favor of uncompromising efficiency and inlining.
他加強(qiáng)了我對(duì)不犧牲效率和內(nèi)聯(lián)的偏愛。 - In fact, the C# compiler does not provide any hints to the JIT compiler regarding inlining.
事實(shí)上,C%23編譯器,沒有給JIT編譯器任何提示要求考慮內(nèi)聯(lián)。 - The standard does not define the exact rules for inlining, and any implementation could change in the future.
規(guī)范并沒有為內(nèi)聯(lián)定義精確的規(guī)則,同時(shí)任何實(shí)現(xiàn)在將來都可能改變。 - The JIT compiler generates machine code for each method (or group of methods, when inlining is involved), as needed.
JIT編譯器為每個(gè)方法(或者,如果涉及到內(nèi)聯(lián)的話,就是一組方法)生成必需的機(jī)器碼。 - The JIT compiler can perform more efficient inlining inside an assembly than across assembly boundaries.
在一個(gè)程序集內(nèi)部與跨程序集相比較,JIT編譯器可以高效的進(jìn)行內(nèi)聯(lián)。 返回 inlining