Re: [PHP-DEV] Re: Fast zend_parse_parameters API
[email protected] (Dmitry Stogov)
| Newsgroups | php.internals |
|---|---|
| Message-ID | <CA+9eiLt3HMtkA2ewb0TEe6=caXAun6zeRe68mVVJ6W=Td5yBsA@mail.gmail.com> |
no. Dmitry. On Fri, Sep 5, 2014 at 12:14 PM, Pierre Joye <[email protected]> wrote: > On Fri, Sep 5, 2014 at 9:40 AM, Dmitry Stogov <[email protected]> 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 >