Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94985 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54849 invoked from network); 10 Aug 2016 03:08:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2016 03:08:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@ohgaki.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@ohgaki.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ohgaki.net designates 180.42.98.130 as permitted sender) X-PHP-List-Original-Sender: yohgaki@ohgaki.net X-Host-Fingerprint: 180.42.98.130 ns1.es-i.jp Received: from [180.42.98.130] ([180.42.98.130:49070] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/8C-03404-6BA9AA75 for ; Tue, 09 Aug 2016 23:08:40 -0400 Received: (qmail 63448 invoked by uid 89); 10 Aug 2016 03:08:35 -0000 Received: from unknown (HELO mail-qk0-f173.google.com) (yohgaki@ohgaki.net@209.85.220.173) by 0 with ESMTPA; 10 Aug 2016 03:08:35 -0000 Received: by mail-qk0-f173.google.com with SMTP id p186so31853960qkd.1 for ; Tue, 09 Aug 2016 20:08:34 -0700 (PDT) X-Gm-Message-State: AEkooutNtvTJG7P+MXjK16RayYpLdRCHkPYeeJQB+9jE0z6NykOsWBIa31SG9zsb7fcan4q6wAuHCSZz/EdwJQ== X-Received: by 10.55.107.130 with SMTP id g124mr1760914qkc.61.1470798508372; Tue, 09 Aug 2016 20:08:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.85.242 with HTTP; Tue, 9 Aug 2016 20:07:47 -0700 (PDT) In-Reply-To: References: Date: Wed, 10 Aug 2016 12:07:47 +0900 X-Gmail-Original-Message-ID: Message-ID: To: Andrea Faulds Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: The death of `#ifndef FAST_ZPP`? From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Andrea, On Wed, Aug 10, 2016 at 11:23 AM, Andrea Faulds wrote: > 3 months and 6 days on, nobody has responded to this. > > Will these chunks of dead code ever be removed? I've asked the same question before I start eliminating old style parse API. Dimitry said it's designed to optimize heavily called functions, not for ease of use and the RFC for fast zpp states "keep old parameter parsing API", so I don't have to bother. +1 for enabling always (No #ifndef FAST_ZPP) and using FIRST_ZPP for core PHP functions. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net