分支优化 meaning in English
switch-case optimization
Examples
- Conditional branch optimization with the value probes , profile - guided optimizations can find if a given value in a switch statement is used more often than other values
条件分支优化使用值探测,按配置优化可确定switch语句中的给定值是否比其他值更常用。