Diff for /embedaddon/php/Zend/README.ZEND_VM between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:47:52 version 1.1.1.2, 2013/10/14 08:02:46
Line 6  fields and using different execution methods (call thr Line 6  fields and using different execution methods (call thr
 and direct threading). As a result ZE2 got more than 20% speedup on raw PHP  and direct threading). As a result ZE2 got more than 20% speedup on raw PHP
 code execution (with specialized executor and direct threading execution  code execution (with specialized executor and direct threading execution
 method). As in most PHP applications raw execution speed isn't the limiting  method). As in most PHP applications raw execution speed isn't the limiting
factor but system calls and database callls are, your mileage with this patchfactor but system calls and database calls are, your mileage with this patch
 will vary.  will vary.
   
 Most parts of the old zend_execute.c go into zend_vm_def.h. Here you can  Most parts of the old zend_execute.c go into zend_vm_def.h. Here you can

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>