Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101923 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36261 invoked from network); 25 Feb 2018 17:24:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Feb 2018 17:24:09 -0000 Authentication-Results: pb1.pair.com header.from=marijic.silvio@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=marijic.silvio@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.171 as permitted sender) X-PHP-List-Original-Sender: marijic.silvio@gmail.com X-Host-Fingerprint: 209.85.220.171 mail-qk0-f171.google.com Received: from [209.85.220.171] ([209.85.220.171:36663] helo=mail-qk0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/24-19911-631F29A5 for ; Sun, 25 Feb 2018 12:24:08 -0500 Received: by mail-qk0-f171.google.com with SMTP id d206so16485752qkb.3 for ; Sun, 25 Feb 2018 09:24:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=EJRE+lQ6PDJd8f55OGaCZdJ/BhGyRkLPl7dK6gjLlxE=; b=Os7nD7LcPF8A/zY7fQSFcB6i7RaamFQiIZzI/AErVVLEf+Dp6/oGiXpI+3NOCcZV5v pldj7UHIa0R1LrqaNb2x9Ew2ZINxgbqnBDwEs6JR0HJ2M4j4q+BptDwc7MQGnBfy/qzX /jkfrkNamB9XzX3rrgt457xguCc1eURyLZPWFrHAmBHgtlO33OHJZI4ES8cawuWCqSL5 4TKBdNC1f5oX8KnAKDWr2y5mYsL4hzszHAAzsp3AGQBHy9FTjZv7iCkJ12H+R16cHMyT aVa4tpBqj5yDnjcnAWQ4buFmr7qTg7DJmb5DFMqTh2IfK05hCco/QQ3/b4O1OWvTe7RZ GZ6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=EJRE+lQ6PDJd8f55OGaCZdJ/BhGyRkLPl7dK6gjLlxE=; b=JZuJD8w72yURDFRdMEodhC+frA0e6HB1PU9xgUCkV5pXxSoOGqfVMIedvRYkBg4/at YPwWJI3wbghGYaPiRxjvmeQmEuUG4VEkJebfmsmt4cKG/xBxNOsGs9ZeDPdCgmzXevD7 vx95h068Ce5Vi+4LmOBQUvWSQE4dBcnfBInhvg6ZfICxzzZT0nlMwPKBedDewoE4Me4q l1IWoSn3H4EXK6UVbKwn65ps69mpafV0qIxZAbRkU0/5tFJNTHx0UJVJzUzlrcjlLzqO zugm947xmoP/ulNrfviMR+XmyB81feMK+ScHj7SzzqCMc1StnNeF3+IYoqIWuoh3lQRr EK2w== X-Gm-Message-State: APf1xPAYkSaT6LO3B7tK5r8un2ppN+zb95h68/xS8ph/8J08dhpDCGNK 6x/4yFkruUNF/jUrD9U44sCNgI1/X/UcU9RDlR8= X-Google-Smtp-Source: AG47ELs0YLzmm0YBF7HEU/8WuJcQMTV8nkY9RQfROSnbvH3GvZB5DO1S7eMMahMdin3+eStCHDD7IK/qSR/WdsRCc/A= X-Received: by 10.55.154.13 with SMTP id c13mr12443259qke.347.1519579444063; Sun, 25 Feb 2018 09:24:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.33.133 with HTTP; Sun, 25 Feb 2018 09:24:03 -0800 (PST) Received: by 10.140.33.133 with HTTP; Sun, 25 Feb 2018 09:24:03 -0800 (PST) In-Reply-To: References: Date: Sun, 25 Feb 2018 18:24:03 +0100 Message-ID: To: Dan Ackroyd Cc: PHP Internals List Content-Type: multipart/alternative; boundary="94eb2c054d40f8b3dc05660ca847" Subject: Re: [PHP-DEV][RFC][DISCUSSION] Immutability From: marijic.silvio@gmail.com (=?UTF-8?Q?Silvio_Mariji=C4=87?=) --94eb2c054d40f8b3dc05660ca847 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Dan, So far that is still only assumption made based on the fact that most of the code for protecting state is composed of bit checks but I am definitely interested to see benchmark for this RFC. Best regards, On Feb 25, 2018 5:49 PM, "Dan Ackroyd" wrote: On 23 February 2018 at 13:47, Silvio Mariji=C4=87 wrote: > In addition to your question about impact on the performance, there is > none. Have you actually measured that there is no performance impact, or is that an assumption from what affect the code should have? cheers Dan --94eb2c054d40f8b3dc05660ca847--