dmitry Wed, 07 Jul 2010 10:30:17 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=301039
Log:
Reduced initial VM stack size to fit into zend_mm segment and eliminate extra
segment allocation
Changed paths:
U php/php-src/trunk/Zend/zend_execute.h
Modified: php/php-src/trunk/Zend/zend_execute.h
===================================================================
--- php/php-src/trunk/Zend/zend_execute.h 2010-07-07 10:19:37 UTC (rev
301038)
+++ php/php-src/trunk/Zend/zend_execute.h 2010-07-07 10:30:17 UTC (rev
301039)
@@ -161,7 +161,7 @@
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;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php