summaryrefslogtreecommitdiff
path: root/Zend/zend_fast_cache.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-07-30 20:16:40 +0000
committerAndi Gutmans <andi@php.net>2004-07-30 20:16:40 +0000
commit138ef9a43e9320a412a40908a8733f66aa4858c7 (patch)
tree23aea6b16bac80664ba7e17076cc6883640fce5a /Zend/zend_fast_cache.h
parent18896d510d04ea4b0dcc9f6afac3acf7999822b5 (diff)
downloadphp-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.h1
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)