diff options
| author | Andi Gutmans <andi@php.net> | 2004-07-30 20:16:40 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2004-07-30 20:16:40 +0000 |
| commit | 138ef9a43e9320a412a40908a8733f66aa4858c7 (patch) | |
| tree | 23aea6b16bac80664ba7e17076cc6883640fce5a /Zend/zend_fast_cache.h | |
| parent | 18896d510d04ea4b0dcc9f6afac3acf7999822b5 (diff) | |
| download | php-git-138ef9a43e9320a412a40908a8733f66aa4858c7.tar.gz | |
- Improve performance by inlining zend_ptr_stack_n_push(). var_args can
usually not be inlined by compilers.
Diffstat (limited to 'Zend/zend_fast_cache.h')
| -rw-r--r-- | Zend/zend_fast_cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_fast_cache.h b/Zend/zend_fast_cache.h index 2d5011e713..0ed3c0279d 100644 --- a/Zend/zend_fast_cache.h +++ b/Zend/zend_fast_cache.h @@ -104,7 +104,6 @@ typedef struct _zend_fast_cache_list_entry { - /* fast cache for zval's */ #define ALLOC_ZVAL(z) \ ZEND_FAST_ALLOC(z, zval, ZVAL_CACHE_LIST) |
