Re: [PHP-DEV] RE: Optimizer discussion

2009-06-07 Thread Ilia Alshanetsky
On 6-Jun-09, at 9:28 PM, Paul Biggar wrote: On Fri, Jun 5, 2009 at 11:23 PM, Nuno Lopes wrote: I'm happy there's some interest in a PHP optimizer :) I agree with Paul that PECL's optimizer duplicates way too much stuff from the Zend engine, which is not practic nor maintainable. (compare fo

Re: [PHP-DEV] RE: Optimizer discussion

2009-06-07 Thread Rob Nicholson
Graham, Paul, Paul Biggar wrote on 07/06/2009 02:28:48: > > On Fri, Jun 5, 2009 at 11:23 PM, Nuno Lopes wrote: > > > About runkit & friends, I wouldn't worr > much about them. If you're running > > them problably you also don't care about optimizations. If you want to be > > able to optimize

[PHP-DEV] Academic papers on PHP (was Re: [PHP-DEV] RE: Optimizer discussion)

2009-06-07 Thread Paul Biggar
Hi Sebastian, On Sun, Jun 7, 2009 at 6:56 AM, Sebastian Bergmann wrote: > Paul Biggar schrieb: >> They have a paper on PHP memory usage. > >  Link? I am collecting papers that deal with PHP at >  http://delicious.com/sebastian_bergmann/academic_paper+php This is great. Below is a list of all the

Re: [PHP-DEV] RE: Optimizer discussion

2009-06-06 Thread Sebastian Bergmann
Paul Biggar schrieb: > They have a paper on PHP memory usage. Link? I am collecting papers that deal with PHP at http://delicious.com/sebastian_bergmann/academic_paper+php -- Sebastian BergmannCo-Founder and Principal Consultant http://sebastian-bergmann.de/

RE: [PHP-DEV] RE: Optimizer discussion

2009-06-06 Thread Graham Kelly
lso seem like really interesting (from what I have read thus far). - Graham From: Paul Biggar [paul.big...@gmail.com] Sent: Saturday, June 06, 2009 6:28 PM To: Nuno Lopes Cc: Graham Kelly; PHP Internals; Brian Shire Subject: Re: [PHP-DEV] RE: Optimizer discu

Re: [PHP-DEV] RE: Optimizer discussion

2009-06-06 Thread Paul Biggar
On Fri, Jun 5, 2009 at 11:23 PM, Nuno Lopes wrote: > I'm happy there's some interest in a PHP optimizer :) > I agree with Paul that PECL's optimizer duplicates way too much stuff from > the Zend engine, which is not practic nor maintainable. (compare for example > with the simple constant folder I

Re: [PHP-DEV] RE: Optimizer discussion

2009-06-05 Thread Nuno Lopes
Hi, I'm happy there's some interest in a PHP optimizer :) I agree with Paul that PECL's optimizer duplicates way too much stuff from the Zend engine, which is not practic nor maintainable. (compare for example with the simple constant folder I implemented some years ago: http://web.ist.utl.pt/