Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/opcache/jit/
H A DMakefile.frag5 $(builddir)/jit/zend_jit_x86.c: $(srcdir)/jit/zend_jit_x86.dasc $(srcdir)/jit/dynasm/*.lua $(buildd…
6 …$(builddir)/minilua $(srcdir)/jit/dynasm/dynasm.lua $(DASM_FLAGS) -o $@ $(srcdir)/jit/zend_jit_x8…
8 $(builddir)/jit/zend_jit.lo: \
9 $(builddir)/jit/zend_jit_x86.c \
10 $(srcdir)/jit/zend_jit_helpers.c \
12 $(srcdir)/jit/zend_jit_gdb.c \
14 $(srcdir)/jit/zend_jit_oprofile.c \
15 $(srcdir)/jit/zend_jit_vtune.c \
16 $(srcdir)/jit/zend_jit_trace.c \
17 $(srcdir)/jit/zend_elf.c
[all …]
H A DMakefile.frag.w325 ext\opcache\jit\zend_jit_x86.c: ext\opcache\jit\zend_jit_x86.dasc $(BUILD_DIR)\\minilua.exe
6 @if exist ext\opcache\jit\zend_jit_x86.c del ext\opcache\jit\zend_jit_x86.c
7 …$(BUILD_DIR)\\minilua.exe ext/opcache/jit/dynasm/dynasm.lua $(DASM_FLAGS) -o $@ ext/opcache/jit/ze…
10 ext/opcache/jit/zend_jit_x86.c \
11 ext/opcache/jit/zend_jit_helpers.c \
12 ext/opcache/jit/zend_jit_disasm_x86.c \
13 ext/opcache/jit/zend_jit_gdb.c \
14 ext/opcache/jit/zend_jit_perf_dump.c \
15 ext/opcache/jit/zend_jit_oprofile.c \
16 ext/opcache/jit/zend_jit_trace.c \
[all …]
/PHP-8.0/ext/pcre/tests/
H A Dpreg_match_error3.phpt2 Test preg_match() function : error conditions - jit stacklimit exhausted
5 if (ini_get("pcre.jit") === FALSE) {
6 die("skip no jit built");
10 pcre.jit=1
H A Derrors05.phpt2 Test preg_match() function : error conditions - jit stacklimit exhausted
5 if (ini_get('pcre.jit') === false) {
6 die("skip no jit built");
10 pcre.jit=1
H A Dcheck_jit_enabled.phpt5 if (ini_get("pcre.jit") === FALSE) {
6 die("skip no jit built");
H A Dgrep2.phpt4 <?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
6 pcre.jit=1
H A Dbug78338.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-8.0/ext/opcache/
H A Dconfig.w326 ARG_ENABLE("opcache-jit", "whether to enable JIT", "yes");
22 …CK_HEADER_ADD_INCLUDE("dynasm/dasm_x86.h", "CFLAGS_OPCACHE", PHP_OPCACHE + ";ext\\opcache\\jit")) {
33 ADD_MAKEFILE_FRAGMENT(configure_module_dirname + "\\jit\\Makefile.frag.w32");
35 …DD_SOURCES(configure_module_dirname + "\\jit", "zend_jit.c zend_jit_vm_helpers.c", "opcache", "ext…
/PHP-8.0/ext/opcache/tests/jit/
H A Dini_leading_zero.phpt2 Leading zero in opcache.jit option
6 opcache.jit=0205
H A Dbug80782.phpt7 opcache.jit=tracing
H A Dbug80786.phpt7 opcache.jit=function
H A Dcast_001.phpt8 opcache.jit=1205
H A Dassign_dim_003.phpt8 opcache.jit=tracing
H A Dbool_not_001.phpt9 opcache.jit=function
H A Dbug77857.phpt8 opcache.jit=1205
H A Dmul_005.phpt8 opcache.jit=function
H A Dmod_003.phpt9 opcache.jit=function
/PHP-8.0/ext/standard/tests/general_functions/
H A Dini_get_all.phpt4 pcre.jit=1
8 <?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
44 ["pcre.jit"]=>
66 ["pcre.jit"]=>
/PHP-8.0/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt2 Bug #66731: file: extensive backtracking, with pcre.jit=0
13 pcre.jit=0
/PHP-8.0/ext/opcache/tests/
H A Dbug81272.phpt7 opcache.jit=function
/PHP-8.0/ext/spl/tests/
H A Dbug70868.phpt4 pcre.jit=1
/PHP-8.0/tests/output/
H A Dob_011.phpt5 if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size') && …

Completed in 27 milliseconds

123