Home
last modified time | relevance | path

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

/PHP-8.4/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.4/ext/opcache/tests/
H A Diterable_type_optimization.phpt2 Don't optimize object -> iterable
H A Dgh13817.phpt27 …ant string propagation, which gives a ZEND_INIT_DYNAMIC_FCALL on a const which Pass 4 will optimize
/PHP-8.4/Zend/
H A Dzend_vm_execute.skl5 # pragma GCC optimize("no-gcse")
6 # pragma GCC optimize("no-ivopts")
H A Dzend_portability.h285 # define ZEND_OPT_SIZE __attribute__((optimize("Os")))
286 # define ZEND_OPT_SPEED __attribute__((optimize("Ofast")))
H A Dzend_API.c3669 #pragma optimize("", off)
3691 #pragma optimize("", on)
H A Dzend_vm_execute.h55025 # pragma GCC optimize("no-gcse")
55026 # pragma GCC optimize("no-ivopts")
/PHP-8.4/ext/dba/
H A Dphp_dba.h92 zend_result (*optimize)(dba_info *); member
H A Ddba.c1231 if (info->hnd->optimize(info) == SUCCESS) { in PHP_FUNCTION()
/PHP-8.4/build/
H A Dax_gcc_func_attribute.m455 # optimize
178 [optimize], [
H A Dphp.m41305 [AC_CACHE_CHECK([for broken gcc optimize-strlen],
1328 [AS_VAR_APPEND([CFLAGS], [" -fno-optimize-strlen"])])
H A Dlibtool.m44186 # Whether or not to optimize for fast installation.
/PHP-8.4/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 )
965 #pragma optimize( "", on )
/PHP-8.4/Zend/Optimizer/
H A Dblock_pass.c875 bool optimize = 1; in zend_optimize_block() local
882 optimize = 0; in zend_optimize_block()
888 if (optimize) { in zend_optimize_block()
/PHP-8.4/
H A DCODING_STANDARDS.md279 will optimize it away. Legacy usages of the latter style exists within the
H A DREADME.REDIST.BINS39 optimize pattern matching. This is an optional feature that can be omitted when
H A Dconfigure.ac158 [Enable re2c -g flag to optimize conditional jumps using computed goto
/PHP-8.4/ext/standard/
H A Dvar_unserializer.re785 # pragma optimize("", off)
849 # pragma optimize("", on)
/PHP-8.4/win32/build/
H A Dconfig.w32363 "-Wno-unused-command-line-argument -Wno-unused-function -Wno-ignored-pragma-optimize");
/PHP-8.4/ext/gd/libgd/
H A Dgd_interpolation.c66 # pragma optimize("t", on)
2581 # pragma optimize("", on)
/PHP-8.4/ext/hash/xxhash/
H A Dxxhash.h2966 # pragma GCC optimize("-O2")

Completed in 259 milliseconds