mirror of
https://github.com/oldratlee/translations.git
synced 2026-05-05 04:00:55 +08:00
yyy
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
# `JVM`的`LookUpSwitch`与`TableSwitch`的区别?
|
||||
|
||||
问题:
|
||||
## 问题
|
||||
|
||||
在理解`JVM`字节码中的`LookUpSwitch`与`TableSwitch`上有些困难。
|
||||
|
||||
如果我理解正确的话,`LookUpSwitch`与`TableSwitch`2者是不是都基于`Java`源码中的`switch`语句?为什么一个`Java`语句要生成2个不同的字节码?
|
||||
|
||||
回答:
|
||||
## 回答
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user