]> granicus.if.org Git - php/commitdiff
Reduced initial VM stack size to fit into zend_mm segment and eliminate extra segment...
authorDmitry Stogov <dmitry@php.net>
Wed, 7 Jul 2010 10:30:17 +0000 (10:30 +0000)
committerDmitry Stogov <dmitry@php.net>
Wed, 7 Jul 2010 10:30:17 +0000 (10:30 +0000)
Zend/zend_execute.h

index d0adabab066f0ce086e42f247399bb4e7a4e7c76..1672ee635644e2b88ba3ba8185f2a587336c274e 100644 (file)
@@ -161,7 +161,7 @@ ZEND_API int zval_update_constant_no_inline_change(zval **pp, void *arg TSRMLS_D
 ZEND_API int zval_update_constant_ex(zval **pp, void *arg, zend_class_entry *scope TSRMLS_DC);
 
 /* dedicated Zend executor functions - do not use! */
-#define ZEND_VM_STACK_PAGE_SIZE ((64 * 1024) - 64)
+#define ZEND_VM_STACK_PAGE_SIZE ((16 * 1024) - 16)
 
 struct _zend_vm_stack {
        void **top;