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_alloc.c | |
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_alloc.c')
-rw-r--r-- | Zend/zend_alloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index b234bc8203..aa152fb7eb 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -800,7 +800,6 @@ ZEND_API void _full_mem_check(int silent ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_D } #endif - /* * Local variables: * tab-width: 4 |