青年中文青年中文

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.