Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77067 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67190 invoked from network); 5 Sep 2014 09:24:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2014 09:24:24 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.179 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.179 mail-vc0-f179.google.com Received: from [209.85.220.179] ([209.85.220.179:40359] helo=mail-vc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/02-55384-74189045 for ; Fri, 05 Sep 2014 05:24:24 -0400 Received: by mail-vc0-f179.google.com with SMTP id hy4so12010902vcb.38 for ; Fri, 05 Sep 2014 02:24:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=PaiOFgOP/KUbRVht/5WBwFt4eN3yeRXoaOMzpmMp07A=; b=O6/Wwv0YFIxe0N/Nus4ZacL94gjZX9LBwwN5ou726/wL+VesSDLqXPeZGXHUXRL6ZJ QVzbhEWq/6y1pPCuaffmAEgknmAT4yJAKDdcu4/CD8Q9cCcHs/3oyPMvD4Lsu+CSe4V7 R0Oka74oUk2XltEq2uf81bVgpWMnNWZAn9XOvmC5UE3ZG6Hk2jUIMb5FcJrNUrsk0f/k dRZFdOKRGIQYczOGaByZUPLZVTnoR9NGu+EB1GT6ljuLQxvVU/HZ+134YRHQhJMTT0zl zPKZ/1wpkwr6MBrkh2QdPJ7v9epdgLBj9GzlicS5hf42bEVS8JwA7AdGZjNjlCBzapau 5RCg== X-Gm-Message-State: ALoCoQmwi9rGHkmkx/G3lY+fH+UDF/bZmrhbFp+Qp09arthNOxOgIMM7N5dfkuhBj2+3Ri1fzUwyUkHZh4n1kvNx4ojrFAlDfLLcxbaUN8vAjZBwRaLMx+vDZCS2gVyX3Aim9BiLKWoU6Vc2Ms4+CDrHaF5nMxV2jQ== MIME-Version: 1.0 X-Received: by 10.220.86.72 with SMTP id r8mr69746vcl.36.1409909061194; Fri, 05 Sep 2014 02:24:21 -0700 (PDT) Received: by 10.52.110.170 with HTTP; Fri, 5 Sep 2014 02:24:21 -0700 (PDT) In-Reply-To: References: <54091826.6050602@sugarcrm.com> Date: Fri, 5 Sep 2014 13:24:21 +0400 Message-ID: To: Pierre Joye Cc: Stas Malyshev , Bob Weinand , PHP internals Content-Type: multipart/alternative; boundary=001a11c2097ec2337705024e087d Subject: Re: [PHP-DEV] Re: Fast zend_parse_parameters API From: dmitry@zend.com (Dmitry Stogov) --001a11c2097ec2337705024e087d Content-Type: text/plain; charset=UTF-8 no. Dmitry. On Fri, Sep 5, 2014 at 12:14 PM, Pierre Joye wrote: > On Fri, Sep 5, 2014 at 9:40 AM, Dmitry Stogov 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 > --001a11c2097ec2337705024e087d--