]> granicus.if.org Git - php/commit
Merge branch 'PHP-7.0'
authorDmitry Stogov <dmitry@zend.com>
Fri, 25 Sep 2015 10:02:49 +0000 (13:02 +0300)
committerDmitry Stogov <dmitry@zend.com>
Fri, 25 Sep 2015 10:02:49 +0000 (13:02 +0300)
commitc2ff33d7c91ca90e4279894f36e73bf51f20ca80
treecf80027e3929b7cbcbcb8882f739a38d0e501404
parent6e9d347b5a29612fb547c4290bded3f7dd975829
parent7e797f13026440c54e24f89cf29f46bb0b262a39
Merge branch 'PHP-7.0'

* PHP-7.0:
  Allow an experimental VM with tail call dispatch technique (disabled by default). This VM may work only if all tail calls are optimized, otherwaise it will crach because of stack overflow. Unfortunately, we can't guarantee tail call optimization in C.