unreachable code
常见例句
- 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.
儅編譯器 (後耑) 偵測到有不可能執行到的程式碼時,它會産生屬於層級 4 警告的 C4702。 - Sometimes the code is very obviously unreachable (uncalled private methods, unread local variables, and so forth).
有時候,這些代碼是明顯不可達的(未調用的私有方法以及 未讀入的本地變量,等等)。 返回 unreachable code