mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Set expectation to reduce hot code fragmentation
This commit is contained in:
commit
cf0e15333e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ END_EXTERN_C()
|
|||
|
||||
static zend_always_inline void gc_check_possible_root(zend_refcounted *ref)
|
||||
{
|
||||
if (GC_TYPE_INFO(ref) == IS_REFERENCE) {
|
||||
if (EXPECTED(GC_TYPE_INFO(ref) == IS_REFERENCE)) {
|
||||
zval *zv = &((zend_reference*)ref)->val;
|
||||
|
||||
if (!Z_COLLECTABLE_P(zv)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue