Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70244 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61314 invoked from network); 20 Nov 2013 20:07:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Nov 2013 20:07:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.176 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.176 mail-lb0-f176.google.com Received: from [209.85.217.176] ([209.85.217.176:62813] helo=mail-lb0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/11-51208-B761D825 for ; Wed, 20 Nov 2013 15:07:23 -0500 Received: by mail-lb0-f176.google.com with SMTP id x18so2222709lbi.21 for ; Wed, 20 Nov 2013 12:07:20 -0800 (PST) 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=nscWeRVIZ+CstzxRV+MiedtzfgYW5P9VO7K7zQH4asE=; b=Mb1+VlA5pjy6UCLKRS1tk/ugijUIHEZiVK5O4B06Vp6caeYnllgkU8DQMs4F41SN0F PzCesDjO4Max1Rr05guTvFhXGSrnVxRPT1oImcB9oc3be73oCE0o8uCHW4A3dtgxbHTS RRyk7aC8Ofgeope60+D16926VsZJFA1sSZSbaq19kyvDJss+cBVitXepcP5Km4GU15na zqYA2jQ0JLKGbx8NweE7azYYLaSzkgD0xqhiXGdQFmSgldHDbPm1vankAzly+VI1WSya TL/GmY9Al6tcGpMvuzi30YPOaH9+zRofQ6JWCQi2ARh2YIZdvROzSuQ02Z50TqpH44Ek 7FuA== X-Received: by 10.152.87.144 with SMTP id ay16mr85657lab.61.1384978040407; Wed, 20 Nov 2013 12:07:20 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Wed, 20 Nov 2013 12:06:40 -0800 (PST) In-Reply-To: References: Date: Thu, 21 Nov 2013 05:06:40 +0900 X-Google-Sender-Auth: t9ZLbZv1s42xnJPZ091fftXcjPg Message-ID: To: Bob Weinand Cc: List PHP Mailing List Content-Type: multipart/alternative; boundary=001a11c235e61ecdf004eba15458 Subject: Re: [PHP-DEV] [RFC] [VOTE] Constant scalar expressions From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c235e61ecdf004eba15458 Content-Type: text/plain; charset=UTF-8 Hi Bob, On Thu, Nov 21, 2013 at 1:54 AM, Bob Weinand wrote: > I just have moved the RFC to vote as there was no negative feedback nor > unresolved issues. > > Find the vote (and the RFC) at: > > https://wiki.php.net/rfc/const_scalar_exprs#vote > > Vote will last for one week. > It's nice feature, but I concerned about op caching. Currently, const is "constant". Therefore, constant value can be cached (i.e. hard coded in ops) This feature seems break op caching (or close the door for constant optimization at least) Is this a issue? I would like hear opinions from opcache/apc developers. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c235e61ecdf004eba15458--