Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63418 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84573 invoked from network); 15 Oct 2012 14:26:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2012 14:26:43 -0000 Authentication-Results: pb1.pair.com header.from=cpriest@zerocue.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cpriest@zerocue.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zerocue.com designates 74.115.204.40 as permitted sender) X-PHP-List-Original-Sender: cpriest@zerocue.com X-Host-Fingerprint: 74.115.204.40 relay-hub204.domainlocalhost.com Received: from [74.115.204.40] ([74.115.204.40:3353] helo=relay-hub204.domainlocalhost.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/87-42204-22D1C705 for ; Mon, 15 Oct 2012 10:26:43 -0400 Received: from MBX202.domain.local ([169.254.169.44]) by HUB204.domain.local ([192.168.68.48]) with mapi id 14.02.0283.003; Mon, 15 Oct 2012 10:25:49 -0400 To: Levi Morrison CC: "Nikita Popov (nikita.ppv@gmail.com)" , "internals@lists.php.net" Thread-Topic: [PHP-DEV] [PHP-DEV [RFC] Property Accessors v1.2 : Backing Property Thread-Index: Ac2q0dIvJjjALu2RQmqw8Y98m8OyDwAL0g6AAAgHjoA= Date: Mon, 15 Oct 2012 14:25:48 +0000 Message-ID: <9570D903A3BECE4092E924C2985CE485612B6609@MBX202.domain.local> References: <9570D903A3BECE4092E924C2985CE485612B64C8@MBX202.domain.local> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.64.23] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: [PHP-DEV] [PHP-DEV [RFC] Property Accessors v1.2 : Backing Property From: cpriest@zerocue.com (Clint Priest) master Cycles Direct Getter __get v1.4 @ 10/8/2012 1m .05s .21s .20s php 5.5.0-dev Cycles Direct Getter __get v1.4 @ 10/8/2012 1m .04s n/a .21s "Direct" vs "Getter" vs "__get" on 1 million cycles. > -----Original Message----- > From: Levi Morrison [mailto:morrison.levi@gmail.com] > Sent: Monday, October 15, 2012 9:16 AM > To: Clint Priest > Cc: Nikita Popov (nikita.ppv@gmail.com); internals@lists.php.net > Subject: Re: [PHP-DEV] [PHP-DEV [RFC] Property Accessors v1.2 : Backing P= roperty >=20 > > But here are some issues with the above that may be of concern: > > * Property access is 4x faster than accessor method calling >=20 > 4x faster on what kind of scale? Where are these performance tests at?