diff options
author | Dmitry Stogov <dmitry@php.net> | 2008-04-11 09:43:28 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2008-04-11 09:43:28 +0000 |
commit | d9dd1b9e144749e9563c789d89297fefc173766b (patch) | |
tree | bcc74a1ca0ce1ff00036dc2755c4be73b020879f /NEWS | |
parent | ca3391f44c0285bf2717c2ab2273745bde572889 (diff) | |
download | php-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |