unreachable code
基本解釋
- [計] 執(zhí)行不到的代碼
英漢例句
- Unreachable code is obviously dead, but JVMs often have more aggressive DCE policies.
不可達代碼顯然是死代碼,但是 JVM 采用的 DCE 策略常常更激進。 - When the compiler (back end) detects unreachable code, it will generate C4702, a level 4 warning.
當編譯器 (后端) 偵測到有不可能執(zhí)行到的程式碼時,它會產(chǎn)生屬于層級 4 警告的 C4702。 - Sometimes the code is very obviously unreachable (uncalled private methods, unread local variables, and so forth).
有時候,這些代碼是明顯不可達的(未調(diào)用的私有方法以及 未讀入的本地變量,等等)。
雙語例句
專業(yè)釋義
- 執(zhí)行不到的代碼
- 執(zhí)行不到代碼
- 不可及碼