dead code信息详情

dead code发音

意思翻译

死终止码

无作用程式码

无作用程序代码

死码

相似词语短语

dead───n.死者;adv.完全地;adj.无生命的;呆板的;废弃了的

doornail dead───门钉死了

dead bug───死虫动作(健身动作);死虫子

eternities dead───永恒的死亡

dead fantasy───死气沉沉的幻想

dead end───n.闭塞不通的一头,死胡同;死胡同,尽头

dead boys───死去的男孩

code───n.代码,密码;编码;法典;vt.编码;制成法典;n.(Code)人名;(英、法、西)科德;vi.指定遗传密码

be dead───死了

双语使用场景

Can anyone please explain this "dead code" example?───任何人都可以请这个“死代码”的例子解释?

Identify any dead code that can be removed.───找出任何可以删除的死代码。

This field is never accessed, except perhaps by dead code.───这个属性没有入口,应该是一段死代码。

Dealing with overeager dead-code elimination is a problem for benchmarking statically compiled languages, as well.───对于评测静态编译语言来说,处理过于积极的死代码清除也是一个问题。

Leaving dead code unattended can eventually lead to performance issues as the system becomes weighed down with unused code.───对死代码置之不理,最终可能会因为系统中的未用代码过多而导致性能问题。

Dead code elimination is one optimization that we definitely want to defeat otherwise our benchmark will be measuring nothing!───我们绝对要避免“死代码消除”这种优化的出现,否则它会彻底扰乱我们的测试!

The other subtle concern is dead-code elimination (DCE) (see Resources).───另一个微妙的问题是消除死代码(DCE),参见参考资料。

When you refactor, you should eliminate dead code, avoid speculative design or premature optimization.───在重构时,你需要消除冗余代码,避免投机性设计或预先优化。

These are the static libraries that you want to include in your module without allowing the linker to remove dead code from them.───想把静态库包含在模块中,又不想链接器移除无用的代码时,使用这个属性。

英语使用场景

That would leave open the opportunity to apply other optimizations such as; method inlining, loop invariant hoisting and dead code elimination.