The use of switch/case also enables compiler optimization by using a jumptable implementation.
使用 switch/case 也可以通过使用跳转表实现进行编译器优化。
3
By analyzing the formats of calling instructions to the indexed table and the jumptable, proposed a novel recognition algorithm based on character instruction matching.