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
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
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
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