Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91992 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7400 invoked from network); 29 Mar 2016 16:18:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Mar 2016 16:18:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.161.177 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.161.177 mail-yw0-f177.google.com Received: from [209.85.161.177] ([209.85.161.177:34345] helo=mail-yw0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/43-24137-3CAAAF65 for ; Tue, 29 Mar 2016 11:18:11 -0500 Received: by mail-yw0-f177.google.com with SMTP id h129so24454448ywb.1 for ; Tue, 29 Mar 2016 09:18:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pthreads-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=cvwZ8yvzIbPNZidE0XL79l7FeuDef+u2KIaQ0M2SzKs=; b=yX5d6VrwurBs1OQtjU0pfY6HsUFAlC2gcjLJC1UHNspBjwlCySYBI18qEQziUw8pkW oVwS1sutYuaGddRp7Yk7QE5FnW/lr+/LGjCokcFyIZk2mQDDuRJcrD+Jof/wEfb96g8Q BKSbitNkpEtVmDkxi33GluLrPEDXVvVZzqJl2fWpO31kEk8rL/KCms7A0Rm6KFTAwrPR IzsHboLjzWHUwdnz1jRHo7BsHy437CEbwdLr7rKElBD+WroepgTnSSaq7xMCH2DU68o2 ne+mNtS2k0puEDZeeOQL2oKat8nZQDbBHxKPr5S98btd3wTmu6NF+HIY5btewxe2ad1y iXHw== 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; bh=cvwZ8yvzIbPNZidE0XL79l7FeuDef+u2KIaQ0M2SzKs=; b=cQCRgTPZsi1UOcYApE1g7n/O+VEawyZu/kqaOJCXTeZ7Yyz/2kYGELNmwTJFqbvfIb SUri3sJ+ev5MlAzSyRB54GnTkG+8039OxNuimvoDUDsXHPp0a94hqaQaQxJY9feC1CrI 9BI84JSWRSb5u1sYyjNF5qFUoXB7OamLY05eASl8JsNIZuu3tDYHG1Y5/eZsviR3EHzf trVitjDTcv9dQGjCqN6+apR1fx2du4fJkXtrjPqGeQDm1Gqgs1EB+wHON4C6ILHPPGWh SvEike+qDhQK/ouaKvAifGHTq4jmsNv+5pCjxPpssuVLz6/CJLemycHhxke/uStf35YR 8dLg== X-Gm-Message-State: AD7BkJJpGA4xvB22b179i8LUPJ7mmjSuRrKV7GoBkfFqt3yCz9xfJpu0PfbV4a3amYlex7o+GvbxhLTDa22bMA== MIME-Version: 1.0 X-Received: by 10.13.236.137 with SMTP id v131mr1536514ywe.102.1459268288812; Tue, 29 Mar 2016 09:18:08 -0700 (PDT) Received: by 10.129.39.9 with HTTP; Tue, 29 Mar 2016 09:18:08 -0700 (PDT) X-Originating-IP: [86.191.46.104] In-Reply-To: References: <1458149992.3969.2.camel@kuechenschabe> <1458151531.3969.8.camel@kuechenschabe> <1458153695.3969.16.camel@kuechenschabe> <3F.70.02405.6803BE65@pb1.pair.com> <56F01545.8080008@gmail.com> <56F14572.701@gmail.com> <56F15EF5.80006@telia.com> <56F16023.1010002@gmail.com> Date: Tue, 29 Mar 2016 17:18:08 +0100 Message-ID: To: Dmitry Stogov Cc: Phil Sturgeon , "krakjoe@php.net" , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=94eb2c086cd2feb787052f325f6f Subject: Re: [PHP-DEV] [RFC Discussion] Typed Properties From: pthreads@pthreads.org (Joe Watkins) --94eb2c086cd2feb787052f325f6f Content-Type: text/plain; charset=UTF-8 Hi Dmitry, The patch is pretty close to complete. When you start to dig a bit further, you'll notice that I prepared for using cached pointers to prop info, but, I'm not sure how to allocate those as the handlers are using the currently allocated slots so differently. I also patched opcache, but it's probably wrong (or not good enough, not sure what to do about type_ce). Please do start working on the patch, that would be great ... I'll leave it alone for you to do your thing :) Cheers Joe On Tue, Mar 29, 2016 at 5:12 PM, Dmitry Stogov wrote: > Hi Phil, hi Joe, > > Is your patch complete? > > I took just a brief review yet, and I would like to make a deep check once > again (and may be optimization). > I saw, the patch makes some slowdown, but less than I expected. > If you are not going to modify the patch in next two days, I would start > working on it tomorrow. > > RFC itself looks fine. > > Thanks. Dmitry. > > ________________________________________ > From: Phil Sturgeon > Sent: Tuesday, March 29, 2016 18:32 > To: Andrey Andreev > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] [RFC Discussion] Typed Properties > > I'd like to thank everyone for their feedback on this RFC! > > It looks like the majority of concerns were solved during the course > of this discussion, which is great news. > > The RFC has been expanded in a few areas to take care of a few other > concerns, so please go and review it and let me know if you have any > feedback. > > https://wiki.php.net/rfc/typed-properties > > Voting will start in a few days. > > Cheers, > Phil > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --94eb2c086cd2feb787052f325f6f--