Re: [PHP-DEV] do_declare_property() From: Mathieu Kooiman (ggInternet) (caps <email protected>)
Date: 07/11/00

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>