summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2008-06-11 13:18:41 +0000
committerDmitry Stogov <dmitry@php.net>2008-06-11 13:18:41 +0000
commit76a9a42ee2826b5b26512162b2baea7346a6cc65 (patch)
tree75ae704638ded24c7f051a84b01eefb705c32661 /NEWS
parentbc29a3874dea2ec138486566b7c89de910163a9f (diff)
downloadphp-git-76a9a42ee2826b5b26512162b2baea7346a6cc65.tar.gz
- Removed direct executor recursion.
- Use fastcall calling convention in executor on x86.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c4169e4a24..02f8c6a47b 100644
--- a/NEWS
+++ b/NEWS
@@ -112,6 +112,8 @@ PHP NEWS
- inet_pton() and inet_ntop() is now available on Windows platforms (Kalle)
- Improved PHP runtime speed and memory usage:
+ . Removed direct executor recursion. (Dmitry)
+ . Use fastcall calling convention in executor on x86. (Dmitry)
. Use IS_CV for direct access to $this variable. (Dmitry)
. Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR). (Dmitry)
. Lazy EG(active_symbol_table) initialization. (Dmitry)