Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88957 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48498 invoked from network); 28 Oct 2015 04:21:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2015 04:21:02 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.223.176 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.223.176 mail-io0-f176.google.com Received: from [209.85.223.176] ([209.85.223.176:34178] helo=mail-io0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/21-30756-C2D40365 for ; Tue, 27 Oct 2015 23:21:01 -0500 Received: by iody8 with SMTP id y8so88507381iod.1 for ; Tue, 27 Oct 2015 21:20:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zend_com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hjN/bt6bcgXbAr3cgjh70k0orZ/3xEy/DRoqp9zAfXM=; b=LqWuMsL4OqcZZIz3J0Oii80xUPyTh3oUJroL5u88ZpT2jmMYNZL8/5aRJWg05CJhHJ 8/G3uI6AYDU3yFnRbDibda0DE2vmc7o9gWcU4/x2gaHrZTSVFrbkiToLkqqHpzhjolRM CSyO1ztxSc5MFBribEjNGOYueO2eoKpGgFPk41VSZyW+TMF61+zs1ZYNG/l7xP9qcskx 5fky/ndpt3md4hrFH2qZ4fB8dyQx2Xf2QWW9g6obcUduGOwjLiTvuV7pc315Uo1AgrHr NWfZV1mYMSjsBptSCyvPHZA6p57b1vgiYZZt84TrFKeZw6dF3mpXZd7asO3/dRmxdobd Dstw== 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:content-type; bh=hjN/bt6bcgXbAr3cgjh70k0orZ/3xEy/DRoqp9zAfXM=; b=YgYXDXnqW/ard7S54VjiItgdtmJX4/8n/yVU5+KZPXOO7lX/SKPRrCPQg9bx6SBwi6 Es35AO5Z13Mp3ErZJM9J9NGkCSBaUs0L8GcYbODi1PEWJCvER1uEZzkQZwfOaWSg96Yq MKbVojBvF9JuTUtMy9vdBstamUdtD70ijuQfMR2z5EvqkAo+bsAGOakr9/qAqmMVkloL yAiJs50JOMG8ffXfNpG9wlR5e01qQvd09S1LMAr2amJiHOW1863RF85dNRB4AqJBSLMB a4ex3iC8WBQw65sF1c1g2GVKvH9fBMZRjZWfTM21m8cc+3YFKnMykCR4XLxZ8Mvag0Yw JZEQ== X-Gm-Message-State: ALoCoQnCp7DS06wnHTngtIad1fQIKNKzMoS/i6nPAbbKzrC7AwRcu5X2T2XRXTXEx4GDI5SCVxYP7WsP8ScQlVoHHH2oHA0jLudnDo3Xl2TS5q5KZtJUpUY135VF5Q8KCcQsNQsgVPTDjoJJP6Sp64giqGaDZQZ0OBrzXG0AyARSHvQqoDr8FJ0= MIME-Version: 1.0 X-Received: by 10.107.15.17 with SMTP id x17mr22206734ioi.196.1446006058428; Tue, 27 Oct 2015 21:20:58 -0700 (PDT) Received: by 10.50.73.166 with HTTP; Tue, 27 Oct 2015 21:20:58 -0700 (PDT) Received: by 10.50.73.166 with HTTP; Tue, 27 Oct 2015 21:20:58 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Oct 2015 07:20:58 +0300 Message-ID: To: Bob Weinand , Xinchen Hui , Nikita Popov Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a113f1e2074c8da05232285a7 Subject: Re: Speed up fetching of class entries for self:: parent:: and static:: (Bob's idea) From: dmitry@zend.com (Dmitry Stogov) --001a113f1e2074c8da05232285a7 Content-Type: text/plain; charset=UTF-8 What is the general impression from the patch? Should we commit it (with minor fixes and/or additional optimisations)? Bob, do you see performance improvement on your app? Thanks. Dmitry. On Oct 27, 2015 4:14 PM, "Dmitry Stogov" wrote: > Hi, > > Please take a look: https://github.com/php/php-src/pull/1604 > The speed improvement on real-life is insignificant. > VM size is increased by 10KB. > > I don't have a strong opinion, if this should go into master or not. > > Thanks. Dmitry. > --001a113f1e2074c8da05232285a7--