RE: [PHP-DEV] pushing some more optimization patches

2006-11-09 Thread Andi Gutmans
The arginfo patch looks OK to me. Not sure about the visibility patch. I'll try and look into it tomorrow. > -Original Message- > From: Nuno Lopes [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 09, 2006 9:09 AM > To: PHPdev > Subject: [PHP-DEV] pushing so

Re: [PHP-DEV] pushing some more optimization patches

2006-11-09 Thread Nuno Lopes
I would like to push 2 more optimization patches onto the PHP tree: * make arginfo const (and save memory): http://mega.ist.utl.pt/ ~ncpl/zend_arginfo_const.txt (for php 5.2.1) Trivial patch, which is expecially good for multi-core systems sharing the same cache. The first part looks fine, an

Re: [PHP-DEV] pushing some more optimization patches

2006-11-09 Thread Ilia Alshanetsky
On 9-Nov-06, at 12:08 PM, Nuno Lopes wrote: I would like to push 2 more optimization patches onto the PHP tree: * make arginfo const (and save memory): http://mega.ist.utl.pt/ ~ncpl/zend_arginfo_const.txt (for php 5.2.1) Trivial patch, which is expecially good for multi-core systems sharing

[PHP-DEV] pushing some more optimization patches

2006-11-09 Thread Nuno Lopes
Hi, I would like to push 2 more optimization patches onto the PHP tree: * make arginfo const (and save memory): http://mega.ist.utl.pt/~ncpl/zend_arginfo_const.txt (for php 5.2.1) Trivial patch, which is expecially good for multi-core systems sharing the same cache. * use -fvisibility when us