Home
last modified time | relevance | path

Searched refs:jit (Results 26 – 50 of 126) sorted by relevance

123456

/php-src/ext/opcache/tests/jit/
H A Dgh13232.phpt6 opcache.jit=disable
H A Dcast_001.phpt7 opcache.jit=1205
H A Dhot_func_002.phpt7 opcache.jit=tracing
H A Dbug80786.phpt6 opcache.jit=function
H A Doss-fuzz-64727.phpt5 opcache.jit=function
H A Dbool_not_001.phpt8 opcache.jit=function
H A Dloop_002.phpt7 opcache.jit=tracing
H A Dbug77857.phpt7 opcache.jit=1205
H A Dbug81256.phpt12 opcache.jit=function
H A Dmul_005.phpt7 opcache.jit=function
H A Dmod_003.phpt8 opcache.jit=function
H A Dgh8030-001.phpt8 opcache.jit=1255
H A Dbug81409.phpt8 opcache.jit=tracing
H A Dbug80959.phpt8 opcache.jit=tracing
H A Dbug81225.phpt8 opcache.jit=tracing
/php-src/ext/pcre/tests/
H A Dgh11956.phpt4 pcre.jit=1
H A Dno_jit_bug70110.phpt4 <?php if (!PCRE_JIT_SUPPORT) die("skip pcre jit support required"); ?>
H A Dbacktrack_limit.phpt11 pcre.jit=0
H A Dbug76909.phpt5 if(!ini_get("pcre.jit")) {
/php-src/ext/spl/tests/
H A Dbug70868.phpt4 pcre.jit=1
/php-src/Zend/tests/
H A Dbug_debug_backtrace_replace_zend_execute_ex.phpt7 opcache.jit=disable
H A Dgh10072-2.phpt7 opcache.jit=disable
/php-src/Zend/tests/return_types/
H A Dinternal_functions001.phpt11 opcache.jit=0
/php-src/ext/opcache/jit/
H A DREADME.md13 Then, to test the JIT, e.g. with opcache.jit=tracing, an example command
17 …he.enable=1 -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit=tracing --repeat 2 …
87 ### Testing the jit with arm64 on x86 computers
99 docker build --network=host -t php-src-arm64-example -f ext/opcache/jit/Dockerfile.arm64.example .
107 …he.enable=1 -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit=tracing --repeat 2 …
H A Dzend_jit.c1268 zend_jit_ctx *jit = &ctx; in zend_jit() local
2652 if (jit->return_inputs) { in zend_jit()
3293 if (jit == 0) { in zend_jit_parse_config_num()
3298 if (jit < 0) return FAILURE; in zend_jit_parse_config_num()
3300 if (jit % 10 == 0 || jit % 10 > 5) return FAILURE; in zend_jit_parse_config_num()
3301 JIT_G(opt_level) = jit % 10; in zend_jit_parse_config_num()
3303 jit /= 10; in zend_jit_parse_config_num()
3305 JIT_G(trigger) = jit % 10; in zend_jit_parse_config_num()
3307 jit /= 10; in zend_jit_parse_config_num()
3311 jit /= 10; in zend_jit_parse_config_num()
[all …]

Completed in 82 milliseconds

123456