Hi!
> Actually, when you added type hints, php compiler stopped optimizing and
> using ZEND_DEFINED (and others) instead of internal function calls, but
This probably needs to be fixed, there's no reason to stop optimizations
for internal functions even with arginfo types, since I think the
consensus is that these types are used only for reflection, so nothing
changed.
--
Stas Malyshev
smalyshev@gmail.com
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
> Actually, when you added type hints, php compiler stopped optimizing and
> using ZEND_DEFINED (and others) instead of internal function calls, but
This probably needs to be fixed, there's no reason to stop optimizations
for internal functions even with arginfo types, since I think the
consensus is that these types are used only for reflection, so nothing
changed.
--
Stas Malyshev
smalyshev@gmail.com
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php