Searched refs:optimize (Results 1 – 25 of 26) sorted by relevance
12
/PHP-8.3/Zend/tests/ |
H A D | dynamic_call_008.phpt | 2 Don't optimize dynamic call to non-dynamic one if it drops the warning
|
H A D | gh11016.phpt | 9 // We need to use a function to trick the optimizer *not* to optimize the array to a constant
|
H A D | by_ref_optimization.phpt | 2 Don't optimize send opcodes that differ in by-ref behavior
|
/PHP-8.3/ext/opcache/tests/ |
H A D | iterable_type_optimization.phpt | 2 Don't optimize object -> iterable
|
H A D | gh13817.phpt | 27 …ant string propagation, which gives a ZEND_INIT_DYNAMIC_FCALL on a const which Pass 4 will optimize
|
/PHP-8.3/Zend/ |
H A D | zend_vm_execute.skl | 5 # pragma GCC optimize("no-gcse") 6 # pragma GCC optimize("no-ivopts")
|
H A D | zend_portability.h | 269 # define ZEND_OPT_SIZE __attribute__((optimize("Os"))) 270 # define ZEND_OPT_SPEED __attribute__((optimize("Ofast")))
|
H A D | zend_API.c | 3504 #pragma optimize("", off) 3526 #pragma optimize("", on)
|
/PHP-8.3/ext/dba/ |
H A D | php_dba.h | 86 zend_result (*optimize)(dba_info *); member
|
H A D | dba.c | 1164 if (info->hnd->optimize(info) == SUCCESS) { in PHP_FUNCTION()
|
/PHP-8.3/ext/opcache/jit/vtune/ |
H A D | jitprofiling.c | 63 #pragma optimize("", off)
|
/PHP-8.3/build/ |
H A D | ax_gcc_func_attribute.m4 | 55 # optimize 178 [optimize], [
|
H A D | php.m4 | 1386 AC_CACHE_CHECK([for broken gcc optimize-strlen],ac_cv_have_broken_gcc_strlen_opt,[ 1411 CFLAGS="$CFLAGS -fno-optimize-strlen"
|
H A D | libtool.m4 | 4186 # Whether or not to optimize for fast installation.
|
/PHP-8.3/ext/date/lib/ |
H A D | parse_iso_intervals.re | 166 #pragma optimize( "", off ) 324 #pragma optimize( "", on )
|
H A D | parse_iso_intervals.c | 168 #pragma optimize( "", off ) 965 #pragma optimize( "", on )
|
/PHP-8.3/Zend/Optimizer/ |
H A D | block_pass.c | 876 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 D | CODING_STANDARDS.md | 271 will optimize it away. Legacy usages of the latter style exists within the
|
H A D | README.REDIST.BINS | 38 optimize pattern matching. This is an optional feature that can be omitted when
|
/PHP-8.3/ext/standard/ |
H A D | var_unserializer.re | 786 # pragma optimize("", off) 850 # pragma optimize("", on)
|
/PHP-8.3/win32/build/ |
H A D | config.w32 | 374 "-Wno-unused-command-line-argument -Wno-unused-function -Wno-ignored-pragma-optimize");
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_interpolation.c | 66 # pragma optimize("t", on) 2591 # pragma optimize("", on)
|
/PHP-8.3/ext/hash/xxhash/ |
H A D | xxhash.h | 2966 # pragma GCC optimize("-O2")
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 2323 // ADD_SUB_32_WITH_CONST. Will optimize in the future if more temporary registers are available. 9657 // TODO: optimize ???
|
H A D | zend_jit_x86.dasc | 10388 // TODO: optimize ???
|
Completed in 136 milliseconds
12