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