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