On Fri, Sep 5, 2014 at 9:40 AM, Dmitry Stogov <dmi...@zend.com> wrote:
> most of the functions converted to FAST_ZPP were collected by profiling or
> real life apps.
> These functions spent significant part of the time in
> zend_parse_parameters() because they are short themselves or because they
> are called very often.

Ok. So there is no real short list of functions actually needing fast
zpp. I am not sure about the actual impact on pcre or reflection
functions, no matter how often they are called. They are going to be
slower than each anyway, f.e. On the other hands, some standard
functions (each, prev and co) fit in the same area than strlen, no?

Cheers,
-- 
Pierre

@pierrejoye | http://www.libgd.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to