cvs: ZendEngine2(PHP_5_3) / zend_execute.h

[email protected] ("Dmitry Stogov")
Newsgroups php.zend-engine.cvs
Message-ID <cvsdmitry1208274756@cvsserver>
dmitry		Tue Apr 15 15:52:36 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /ZendEngine2	zend_execute.h 
  Log:
  Selected better initial VM stack size
  
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_execute.h?r1=1.84.2.4.2.8.2.8&r2=1.84.2.4.2.8.2.9&diff_format=u
Index: ZendEngine2/zend_execute.h
diff -u ZendEngine2/zend_execute.h:1.84.2.4.2.8.2.8 ZendEngine2/zend_execute.h:1.84.2.4.2.8.2.9
--- ZendEngine2/zend_execute.h:1.84.2.4.2.8.2.8	Tue Mar 18 21:42:49 2008
+++ ZendEngine2/zend_execute.h	Tue Apr 15 15:52:36 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_execute.h,v 1.84.2.4.2.8.2.8 2008/03/18 21:42:49 rasmus Exp $ */
+/* $Id: zend_execute.h,v 1.84.2.4.2.8.2.9 2008/04/15 15:52:36 dmitry Exp $ */
 
 #ifndef ZEND_EXECUTE_H
 #define ZEND_EXECUTE_H
@@ -136,7 +136,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)
+#define ZEND_VM_STACK_PAGE_SIZE ((64 * 1024) - 64)
 
 struct _zend_vm_stack {
 	void **top;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.