cvs: ZendEngine2 / zend_execute.h

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

  Modified files:              
    /ZendEngine2	zend_execute.h 
  Log:
  Selected better initial VM stack size
  
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_execute.h?r1=1.115&r2=1.116&diff_format=u
Index: ZendEngine2/zend_execute.h
diff -u ZendEngine2/zend_execute.h:1.115 ZendEngine2/zend_execute.h:1.116
--- ZendEngine2/zend_execute.h:1.115	Wed Mar 19 16:37:48 2008
+++ ZendEngine2/zend_execute.h	Tue Apr 15 15:52:48 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_execute.h,v 1.115 2008/03/19 16:37:48 rasmus Exp $ */
+/* $Id: zend_execute.h,v 1.116 2008/04/15 15:52:48 dmitry Exp $ */
 
 #ifndef ZEND_EXECUTE_H
 #define ZEND_EXECUTE_H
@@ -153,7 +153,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.