Property Guards Optimization

php.internals

Dmitry Stogov

10 years ago
Hi Nikita, Could you please review the patch https://gist.github.com/dstogov/22813388180fd4c1d7b0ead35715b067 This is an implementation of your idea about specialized version for single active guard. I hope, everything is fine, all tests are passed. Thanks. Dmitry.

Nikita Popov

10 years ago
On Tue, Apr 26, 2016 at 10:49 PM, Dmitry Stogov <dmitry@zend.com> wrote:
> Hi Nikita, > > > Could you please review the patch > https://gist.github.com/dstogov/22813388180fd4c1d7b0ead35715b067 > > > This is an implementation of your idea about specialized version for > single active guard. > > I hope, everything is fine, all tests are passed. >
I don't see anything wrong with the patch. Nikita

Dmitry Stogov

10 years ago
great. thanks. ________________________________ From: Nikita Popov <nikita.ppv@gmail.com> Sent: Wednesday, April 27, 2016 00:15 To: Dmitry Stogov Cc: internals Subject: Re: Property Guards Optimization On Tue, Apr 26, 2016 at 10:49 PM, Dmitry Stogov <dmitry@zend.com<mailto:dmitry@zend.com>> wrote: Hi Nikita, Could you please review the patch https://gist.github.com/dstogov/22813388180fd4c1d7b0ead35715b067 This is an implementation of your idea about specialized version for single active guard. I hope, everything is fine, all tests are passed. I don't see anything wrong with the patch. Nikita