summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2008-04-11 09:43:28 +0000
committerDmitry Stogov <dmitry@php.net>2008-04-11 09:43:28 +0000
commitd9dd1b9e144749e9563c789d89297fefc173766b (patch)
treebcc74a1ca0ce1ff00036dc2755c4be73b020879f /NEWS
parentca3391f44c0285bf2717c2ab2273745bde572889 (diff)
downloadphp-git-d9dd1b9e144749e9563c789d89297fefc173766b.tar.gz
Optimized ZEND_RETURN opcode to not allocate and copy return value if it is not
used.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6b889dc907..bf0413a2f4 100644
--- a/NEWS
+++ b/NEWS
@@ -91,6 +91,8 @@ PHP NEWS
- Added forward_static_call(_array) to complete LSB. (Mike Lively)
- Improved PHP runtime speed and memory usage:
+ . Optimized ZEND_RETURN opcode to not allocate and copy return value if it is
+ not used. (Dmitry)
. Replaced flex based scanner with re2c based scanner. (Marcus, Nuno, Scott)
. Added garbage collector. (David Wang, Dmitry).
. Improved PHP binary size and startup speed with GCC4 visibility control.