条件执行 meaning in English
conditional execution
Examples
- Virtual call speculation if a virtual call , or other call through a function pointer , frequently targets a certain function , a profile - guided optimization can insert a conditionally - executed direct call to the frequently - targeted function , and the direct call can be inlined . register allocation
虚调用推理如果某个虚调用或其他通过函数指针的调用频繁指向特定的函数,按配置优化可以将一个按条件执行的直接调用插入这个频繁指向的函数,并且可以内联该直接调用。