Re: [PHP-DEV] re: ZTS performance

2003-03-24 Thread Andi Gutmans
At 08:04 PM 3/24/2003 +0100, Marcus Börger wrote: At 15:07 24.03.2003, l0t3k wrote: one observation i have is that in certain frequently called routines, TSRMLS_FETCH() is called rather than having the the thread environment passed in. zval_dtor comes immediately to mind (this only affects objects)

Re: [PHP-DEV] re: ZTS performance

2003-03-24 Thread Marcus Börger
At 15:07 24.03.2003, l0t3k wrote: one observation i have is that in certain frequently called routines, TSRMLS_FETCH() is called rather than having the the thread environment passed in. zval_dtor comes immediately to mind (this only affects objects). I can only agree here. the fetch macro is called

[PHP-DEV] re: ZTS performance

2003-03-24 Thread l0t3k
one observation i have is that in certain frequently called routines, TSRMLS_FETCH() is called rather than having the the thread environment passed in. zval_dtor comes immediately to mind (this only affects objects). the other thing that i wonder about is the current practice of macro access to f