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
Hey, Sorry I haven't replied sooner. I'm glad to see that there is some interest here. :-) Basically where I am at with the project at the moment is trying to get 5.3 compatibility with the current optimizer. At which point I would like to more or less dump the code base I have now in favor of

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