Date: 07/11/00
- Next message: Leknor <email protected>: "[PHP-DEV] PHP 4.0 Bug #5543: Problem with specifying sessions files path in virtual domains"
- Previous message: justin <email protected>: "[PHP-DEV] PHP 4.0 Bug #5542: Binary Cores with shm_attach"
- In reply to: Mathieu Kooiman (ggInternet): "Re: [PHP-DEV] do_declare_property()"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] do_declare_property()"
- Reply: Andi Gutmans: "Re: [PHP-DEV] do_declare_property()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hiya again,,
I did some benchmarking just now,
strange thing.. My code seemed to have speeded up regular property access
(over 4 times 2 different binaries, new code was faster..)
But is terribly sucking at 100.000 creations of objects containing private
variables. (Heard my machine starting to swap too:-))
So this approach sucks.. wonder how we/I could implement this
If you could explain me a bit about this buckets stuff, perhaps
we can add a flag in there
ZEND_IS_PRIVATE
ZEND_IS_NORMAL
ZEND_IS_PROTECTED
per example
CaPS
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Leknor <email protected>: "[PHP-DEV] PHP 4.0 Bug #5543: Problem with specifying sessions files path in virtual domains"
- Previous message: justin <email protected>: "[PHP-DEV] PHP 4.0 Bug #5542: Binary Cores with shm_attach"
- In reply to: Mathieu Kooiman (ggInternet): "Re: [PHP-DEV] do_declare_property()"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] do_declare_property()"
- Reply: Andi Gutmans: "Re: [PHP-DEV] do_declare_property()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

