mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
52f4ed16e0
Changing indirect call to direct call for Jit code benefits the branch prediction, which gets 1% performance gain in our workload. Similarly, we change indirect jump to direct jump. Signed-off-by: Su, Tao <tao.su@intel.com> Signed-off-by: Wang, Xue <xue1.wang@intel.com>