mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Better hot/cold code splitting
This commit is contained in:
parent
84333cad67
commit
1df9f238fe
7 changed files with 63 additions and 52 deletions
|
@ -4402,7 +4402,7 @@ ZEND_API zend_string *zend_resolve_method_name(zend_class_entry *ce, zend_functi
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
ZEND_API const char *zend_get_object_type(const zend_class_entry *ce) /* {{{ */
|
||||
ZEND_API ZEND_COLD const char *zend_get_object_type(const zend_class_entry *ce) /* {{{ */
|
||||
{
|
||||
if(ce->ce_flags & ZEND_ACC_TRAIT) {
|
||||
return "trait";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue