RE: [PHP-DEV] [PHP-DEV [RFC] Property Accessors v1.2 : Backing Property

2012-10-15 Thread Clint Priest
ber 15, 2012 9:16 AM > To: Clint Priest > Cc: Nikita Popov (nikita@gmail.com); internals@lists.php.net > Subject: Re: [PHP-DEV] [PHP-DEV [RFC] Property Accessors v1.2 : Backing > Property > > > But here are some issues with the above that may be of concern: > > *

Re: [PHP-DEV] [PHP-DEV [RFC] Property Accessors v1.2 : Backing Property

2012-10-15 Thread Levi Morrison
> But here are some issues with the above that may be of concern: > * Property access is 4x faster than accessor method calling 4x faster on what kind of scale? Where are these performance tests at? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www

[PHP-DEV] [PHP-DEV [RFC] Property Accessors v1.2 : Backing Property

2012-10-15 Thread Clint Priest
* I'm moving this into its own mail thread because talking about 3* different topics under the same chain is ridiculous (has anyone suggested forums instead of email??) > So here comes my round of feedback on the current proposal. > > But before getting to that: I have collected a bit of dat