Home
last modified time | relevance | path

Searched refs:optimize (Results 1 – 25 of 25) sorted by relevance

/PHP-8.3/Zend/tests/
H A Ddynamic_call_008.phpt2 Don't optimize dynamic call to non-dynamic one if it drops the warning
H A Dgh11016.phpt9 // We need to use a function to trick the optimizer *not* to optimize the array to a constant
H A Dby_ref_optimization.phpt2 Don't optimize send opcodes that differ in by-ref behavior
/PHP-8.3/ext/opcache/tests/
H A Diterable_type_optimization.phpt2 Don't optimize object -> iterable
/PHP-8.3/Zend/
H A Dzend_vm_execute.skl5 # pragma GCC optimize("no-gcse")
6 # pragma GCC optimize("no-ivopts")
H A Dzend_portability.h269 # define ZEND_OPT_SIZE __attribute__((optimize("Os")))
270 # define ZEND_OPT_SPEED __attribute__((optimize("Ofast")))
H A Dzend_API.c3504 #pragma optimize("", off)
3526 #pragma optimize("", on)
H A Dzend_vm_execute.h53458 # pragma GCC optimize("no-gcse")
53459 # pragma GCC optimize("no-ivopts")
/PHP-8.3/ext/opcache/jit/vtune/
H A Djitprofiling.c63 #pragma optimize("", off)
/PHP-8.3/ext/dba/
H A Dphp_dba.h86 zend_result (*optimize)(dba_info *); member
H A Ddba.c1161 if (info->hnd->optimize(info) == SUCCESS) { in PHP_FUNCTION()
/PHP-8.3/build/
H A Dax_gcc_func_attribute.m455 # optimize
178 [optimize], [
H A Dphp.m41386 AC_CACHE_CHECK([for broken gcc optimize-strlen],ac_cv_have_broken_gcc_strlen_opt,[
1411 CFLAGS="$CFLAGS -fno-optimize-strlen"
H A Dlibtool.m44186 # Whether or not to optimize for fast installation.
/PHP-8.3/ext/date/lib/
H A Dparse_iso_intervals.re166 #pragma optimize( "", off )
324 #pragma optimize( "", on )
H A Dparse_iso_intervals.c168 #pragma optimize( "", off )
929 #pragma optimize( "", on )
/PHP-8.3/Zend/Optimizer/
H A Dblock_pass.c876 bool optimize = 1; in zend_optimize_block() local
883 optimize = 0; in zend_optimize_block()
889 if (optimize) { in zend_optimize_block()
/PHP-8.3/
H A DCODING_STANDARDS.md271 will optimize it away. Legacy usages of the latter style exists within the
H A DREADME.REDIST.BINS38 optimize pattern matching. This is an optional feature that can be omitted when
/PHP-8.3/ext/standard/
H A Dvar_unserializer.re786 # pragma optimize("", off)
850 # pragma optimize("", on)
/PHP-8.3/win32/build/
H A Dconfig.w32374 "-Wno-unused-command-line-argument -Wno-unused-function -Wno-ignored-pragma-optimize");
/PHP-8.3/ext/gd/libgd/
H A Dgd_interpolation.c66 # pragma optimize("t", on)
2561 # pragma optimize("", on)
/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h2966 # pragma GCC optimize("-O2")
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc2323 // ADD_SUB_32_WITH_CONST. Will optimize in the future if more temporary registers are available.
9657 // TODO: optimize ???
H A Dzend_jit_x86.dasc10388 // TODO: optimize ???

Completed in 325 milliseconds