Skip to content

Commit 83be073

Browse files
committed
Move optimizer into core
This only moves the files, adjusts the build system, exports APIs and does minor fixups to make sure the code builds. This does not yet try to make the optimizer usable independently of opcache. Closes GH-6642.
1 parent ac561f2 commit 83be073

39 files changed

+104
-107
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
#include "ZendAccelerator.h"
2019
#include "Optimizer/zend_optimizer_internal.h"
2120
#include "zend_bitset.h"
2221

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
+----------------------------------------------------------------------+
1818
*/
1919

20-
#include "ZendAccelerator.h"
2120
#include "Optimizer/zend_optimizer_internal.h"
2221
#include "Optimizer/zend_inference.h"
2322
#include "Optimizer/zend_ssa.h"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)