- Add ptr_stack_n_{push,pop} in order to speed up function calls a bit.
authorAndi Gutmans <andi@php.net>
Fri, 30 Jul 1999 11:55:53 +0000 (11:55 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 30 Jul 1999 11:55:53 +0000 (11:55 +0000)
commite9e7bc6db32ebd0f33d37d85066fb7eda126c7ac
tree132199daddac042bca7b0a5a678b5e3d45a902ea
parent48ffdd79f726a40ed1c330436aa8c8dad224cc6a
- Add ptr_stack_n_{push,pop} in order to speed up function calls a bit.
  There seems to be no reason for stack->top in the ptr_stack except for
  when realloc()'in the stack. I think I'll remove it.
Zend/zend_execute.c
Zend/zend_ptr_stack.c
Zend/zend_ptr_stack.h