com php-src: Added an optimization of class constants and constant calls to some internal functions: NEWS

From: Date: Tue, 26 Nov 2013 17:38:40 +0000
Subject: com php-src: Added an optimization of class constants and constant calls to some internal functions: NEWS
Groups: php.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Commit:    ee3c7b70c317dd1e924af4f8b573751d6857f46a
Author:    Dmitry Stogov <[email protected]>         Tue, 26 Nov 2013 21:38:40 +0400
Parents:   f000624864a5333825ef8ff0fef38afd4200433c
Branches:  PHP-5.6 master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=ee3c7b70c317dd1e924af4f8b573751d6857f46a

Log:
Added an optimization of class constants and constant calls to some internal functions

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 8188a1b..b17b3b0 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,8 @@ PHP                                                                        NEWS
     supported by the overlying APIs. (Andrey)
 
 - OPcache:
+  . Added an optimization of class constants and constant calls to some
+    internal functions (Laruence, Dmitry)
   . Added an optimization pass to convert FCALL_BY_NAME into DO_FCALL.
     (Laruence, Dmitry)
   . Added an optimization pass to merged identical constants (and related



Thread (1 message)

  • Dmitry Stogov
« previous php.cvs (#74059) next »