You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ext/opcache/jit/zend_jit: use modulo instead of bitwise and
This is clearer and more robust (just in case ZEND_HOT_COUNTERS_COUNT
some days gets changed to not be a power of two), and results in the
exact same machine code, thanks to compiler optimizations.
0 commit comments