Re: [PHP-DEV] Move to Fast ZPP?

2015-08-21 Thread Matt Wilmas
Hi Dmitry, all, Things are looking really good now, f-i-n-a-l-l-y! Last weekend, after thinking no more changes again, I thought of a couple more improvements, hah, and now I think there isn't much that could be improved. So it should be fully alive this weekend, flying, with the

Re: [PHP-DEV] Move to Fast ZPP?

2015-08-06 Thread Matt Wilmas
Hi Levi, - Original Message - From: Levi Morrison Sent: Thursday, August 06, 2015 Don't know about Windows now... Visual Studio 2008 and 2012 (not much difference) are NOT optimizing away the code (other times it was GCC with issues). :-/ Not sure why. Of course they don't support

Re: [PHP-DEV] Move to Fast ZPP?

2015-08-06 Thread Pierre Joye
On Aug 6, 2015 1:49 PM, Matt Wilmas php_li...@realplain.com wrote: Hi Levi, - Original Message - From: Levi Morrison Sent: Thursday, August 06, 2015 Don't know about Windows now... Visual Studio 2008 and 2012 (not much difference) are NOT optimizing away the code (other times it

Re: [PHP-DEV] Move to Fast ZPP?

2015-08-06 Thread Matt Wilmas
Hi Pierre, - Original Message - From: Pierre Joye Sent: Thursday, August 06, 2015 On Aug 6, 2015 1:49 PM, Matt Wilmas php_li...@realplain.com wrote: Hi Levi, - Original Message - From: Levi Morrison Sent: Thursday, August 06, 2015 Don't know about Windows now... Visual

Re: [PHP-DEV] Move to Fast ZPP?

2015-08-05 Thread Levi Morrison
Don't know about Windows now... Visual Studio 2008 and 2012 (not much difference) are NOT optimizing away the code (other times it was GCC with issues). :-/ Not sure why. Of course they don't support the necessary compound literals anyway, but I was just testing a manual case... I'll have

Re: [PHP-DEV] Move to Fast ZPP?

2015-08-05 Thread Matt Wilmas
Hi Dmitry, - Original Message - From: Dmitry Stogov Sent: Monday, August 03, 2015 Hi Matt, On Wed, Jul 22, 2015 at 11:16 PM, Matt Wilmas php_li...@realplain.com wrote: Hi again Dmitry, all, Hopefully the final update on this, before all is revealed... :-) [...] I tried to rush

Re: [PHP-DEV] Move to Fast ZPP?

2015-08-03 Thread Dmitry Stogov
Hi Matt, On Wed, Jul 22, 2015 at 11:16 PM, Matt Wilmas php_li...@realplain.com wrote: Hi again Dmitry, all, Hopefully the final update on this, before all is revealed... :-) - Original Message - From: Matt Wilmas Sent: Tuesday, July 07, 2015 Hi again Dmitry, all, [...] Just

Re: [PHP-DEV] Move to Fast ZPP?

2015-07-22 Thread Matt Wilmas
Hi again Dmitry, all, Hopefully the final update on this, before all is revealed... :-) - Original Message - From: Matt Wilmas Sent: Tuesday, July 07, 2015 Hi again Dmitry, all, [...] Just an update... I didn't abandon this; quite the opposite! I thought I'd just put the

Re: [PHP-DEV] Move to Fast ZPP?

2015-07-07 Thread Matt Wilmas
Hi again Dmitry, all, - Original Message - From: Dmitry Stogov Sent: Monday, June 29, 2015 On Sat, Jun 27, 2015 at 12:36 AM, Matt Wilmas php_li...@realplain.com wrote: Hi Dmitry, all, [...] Yeah, I knew how the traditional ZPP worked, just wondered about any certain problem area.

Re: [PHP-DEV] Move to Fast ZPP?

2015-06-29 Thread Dmitry Stogov
On Sat, Jun 27, 2015 at 12:36 AM, Matt Wilmas php_li...@realplain.com wrote: Hi Dmitry, all, - Original Message - From: Dmitry Stogov Sent: Thursday, June 25, 2015 On Wed, Jun 24, 2015 at 1:35 PM, Matt Wilmas php_li...@realplain.com wrote: Hi Dmitry, all, - Original

Re: [PHP-DEV] Move to Fast ZPP?

2015-06-26 Thread Matt Wilmas
Hi Dmitry, all, - Original Message - From: Dmitry Stogov Sent: Thursday, June 25, 2015 On Wed, Jun 24, 2015 at 1:35 PM, Matt Wilmas php_li...@realplain.com wrote: Hi Dmitry, all, - Original Message - From: Dmitry Stogov Sent: Wednesday, June 24, 2015 We should NOT use it

Re: [PHP-DEV] Move to Fast ZPP?

2015-06-26 Thread Matt Wilmas
Hi Levi, - Original Message - From: Levi Morrison Sent: Wednesday, June 24, 2015 On Wed, Jun 24, 2015 at 3:21 AM, Ferenc Kovacs tyr...@gmail.com wrote: On Wed, Jun 24, 2015 at 3:42 AM, Yasuo Ohgaki yohg...@ohgaki.net wrote: Hi all, I'm wondering the state of Fast ZPP.

Re: [PHP-DEV] Move to Fast ZPP?

2015-06-25 Thread Dmitry Stogov
On Wed, Jun 24, 2015 at 1:35 PM, Matt Wilmas php_li...@realplain.com wrote: Hi Dmitry, all, - Original Message - From: Dmitry Stogov Sent: Wednesday, June 24, 2015 We should NOT use it everywhere. It'll lead to code bloat. Thanks. Dmitry. On Wed, Jun 24, 2015 at 12:21 PM,

Re: [PHP-DEV] Move to Fast ZPP?

2015-06-25 Thread Dmitry Stogov
On Wed, Jun 24, 2015 at 1:08 PM, Yasuo Ohgaki yohg...@ohgaki.net wrote: Hi Dmitry, On Wed, Jun 24, 2015 at 7:04 PM, Dmitry Stogov dmi...@zend.com wrote: We should NOT use it everywhere. It'll lead to code bloat. OK. Thank you. I'll use it only for functions called many times. e.g.

Re: [PHP-DEV] Move to Fast ZPP?

2015-06-24 Thread Ferenc Kovacs
On Wed, Jun 24, 2015 at 3:42 AM, Yasuo Ohgaki yohg...@ohgaki.net wrote: Hi all, I'm wondering the state of Fast ZPP. https://wiki.php.net/rfc/fast_zpp Last year's Dmirty's commit message say, it should only applied to most used functions due to the state of Fast ZPP. commit

Re: [PHP-DEV] Move to Fast ZPP?

2015-06-24 Thread Yasuo Ohgaki
Hi Dmitry, On Wed, Jun 24, 2015 at 7:04 PM, Dmitry Stogov dmi...@zend.com wrote: We should NOT use it everywhere. It'll lead to code bloat. OK. Thank you. I'll use it only for functions called many times. e.g. pg_fetch_*(). Should I use #ifndef FAST_ZPP? Regards, -- Yasuo Ohgaki

Re: [PHP-DEV] Move to Fast ZPP?

2015-06-24 Thread Matt Wilmas
Hi Dmitry, all, - Original Message - From: Dmitry Stogov Sent: Wednesday, June 24, 2015 We should NOT use it everywhere. It'll lead to code bloat. Thanks. Dmitry. On Wed, Jun 24, 2015 at 12:21 PM, Ferenc Kovacs tyr...@gmail.com wrote: On Wed, Jun 24, 2015 at 3:42 AM, Yasuo Ohgaki

Re: [PHP-DEV] Move to Fast ZPP?

2015-06-24 Thread Yasuo Ohgaki
Hi Ferenc, On Wed, Jun 24, 2015 at 7:29 PM, Ferenc Kovacs tyr...@gmail.com wrote: On Wed, Jun 24, 2015 at 12:21 PM, Yasuo Ohgaki yohg...@ohgaki.net wrote: Hi Ferenc, On Wed, Jun 24, 2015 at 6:21 PM, Ferenc Kovacs tyr...@gmail.com wrote: it was meant as a performance optimization for the

Re: [PHP-DEV] Move to Fast ZPP?

2015-06-24 Thread Yasuo Ohgaki
Hi Ferenc, On Wed, Jun 24, 2015 at 6:21 PM, Ferenc Kovacs tyr...@gmail.com wrote: it was meant as a performance optimization for the most heavy/hot codepaths. What gave you the idea that the situation changed and we should use it everywhere? I'm curious about the status of Fast ZPP and

Re: [PHP-DEV] Move to Fast ZPP?

2015-06-24 Thread Ferenc Kovacs
On Wed, Jun 24, 2015 at 12:21 PM, Yasuo Ohgaki yohg...@ohgaki.net wrote: Hi Ferenc, On Wed, Jun 24, 2015 at 6:21 PM, Ferenc Kovacs tyr...@gmail.com wrote: it was meant as a performance optimization for the most heavy/hot codepaths. What gave you the idea that the situation changed and we

Re: [PHP-DEV] Move to Fast ZPP?

2015-06-24 Thread Dmitry Stogov
We should NOT use it everywhere. It'll lead to code bloat. Thanks. Dmitry. On Wed, Jun 24, 2015 at 12:21 PM, Ferenc Kovacs tyr...@gmail.com wrote: On Wed, Jun 24, 2015 at 3:42 AM, Yasuo Ohgaki yohg...@ohgaki.net wrote: Hi all, I'm wondering the state of Fast ZPP.

Re: [PHP-DEV] Move to Fast ZPP?

2015-06-24 Thread Levi Morrison
On Wed, Jun 24, 2015 at 3:21 AM, Ferenc Kovacs tyr...@gmail.com wrote: On Wed, Jun 24, 2015 at 3:42 AM, Yasuo Ohgaki yohg...@ohgaki.net wrote: Hi all, I'm wondering the state of Fast ZPP. https://wiki.php.net/rfc/fast_zpp Last year's Dmirty's commit message say, it should only applied to

[PHP-DEV] Move to Fast ZPP?

2015-06-23 Thread Yasuo Ohgaki
Hi all, I'm wondering the state of Fast ZPP. https://wiki.php.net/rfc/fast_zpp Last year's Dmirty's commit message say, it should only applied to most used functions due to the state of Fast ZPP. commit 27f38798a1963de1c60aae4ef8a3675138255574 Author: Dmitry Stogov dmi...@zend.com Date: Fri