From: Andi Gutmans Date: Mon, 27 Sep 2004 18:21:39 +0000 (+0000) Subject: - Document zend_vm_use_old_executor() for Derick. X-Git-Tag: PRE_NEW_VM_GEN_PATCH~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84f248761fc47f0348acfe282a01062bca1239c7;p=php - Document zend_vm_use_old_executor() for Derick. --- diff --git a/Zend/README.ZEND_VM b/Zend/README.ZEND_VM index 3a302991ab..bc82e9817c 100644 --- a/Zend/README.ZEND_VM +++ b/Zend/README.ZEND_VM @@ -85,3 +85,8 @@ compile-time specialization. You can switch specialization on/off with define/undefined of the ZEND_VM_SPEC in the start of zend.vm.h and select execution method by defining ZEND_VM_KIND in the same place. + +Zend Engine II currently includes two executors during the build process, one +is the specialized version and the other is the old one non-specialized with +function handlers. By default Zend Engine II uses the specialized one but you +can switch to the old executor at runtime by calling zend_vm_use_old_executor().