Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86840 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63715 invoked from network); 24 Jun 2015 10:09:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jun 2015 10:09:20 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.47 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.47 mail-yh0-f47.google.com Received: from [209.85.213.47] ([209.85.213.47:33518] helo=mail-yh0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/41-55790-EC18A855 for ; Wed, 24 Jun 2015 06:09:19 -0400 Received: by yhpn97 with SMTP id n97so14589624yhp.0 for ; Wed, 24 Jun 2015 03:09:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Wows8R9phJ6GUZezhHyLc+LnhPslRp7q6A2E6pcQcVk=; b=qMKJw+2Sj9im1LxkB5nUMX3i0DtMk/7ceJdh71g1DCi8uaQCZzpcFeAhRGUJ9IeAgY TmA8lZC2O0tYBxOG6BaacKO+nFAX9w8badH6/ZuQZeRQkvFbla2cUUt9BipfymYBEKxO 6tMTnT6JwzCZlm/KW8wig11ODu7w6Mji6U/5XyMMWiKY2HVeVIIqJBiFmkqiccLGsbqC 3HHM3KWX6/x5Is6VzpHZ8OCVVR/VTzZDYQQNeD00vLMV7WZynYv9QBVqucfxF2eIiVsg dkvHdMmc6SDebkk9Zl7dgrqfn9EVFemLuZG7xHbdrAbP0OgMNjIoBXLI6rljHdOdFSuF se2Q== X-Received: by 10.13.251.199 with SMTP id l190mr49393935ywf.148.1435140555672; Wed, 24 Jun 2015 03:09:15 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.48.129 with HTTP; Wed, 24 Jun 2015 03:08:36 -0700 (PDT) In-Reply-To: References: Date: Wed, 24 Jun 2015 19:08:36 +0900 X-Google-Sender-Auth: sLaCN50fyQqeKRT1gavNM-rHkNE Message-ID: To: Dmitry Stogov Cc: Ferenc Kovacs , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=94eb2c07e99206141d051940b3c8 Subject: Re: [PHP-DEV] Move to Fast ZPP? From: yohgaki@ohgaki.net (Yasuo Ohgaki) --94eb2c07e99206141d051940b3c8 Content-Type: text/plain; charset=UTF-8 Hi Dmitry, On Wed, Jun 24, 2015 at 7:04 PM, Dmitry Stogov wrote: > We should NOT use it everywhere. It'll lead to code bloat. OK. Thank you. I'll use it only for functions called many times. e.g. pg_fetch_*(). Should I use #ifndef FAST_ZPP? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --94eb2c07e99206141d051940b3c8--