Home
last modified time | relevance | path

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

123

/PHP-8.0/.github/workflows/
H A Dnightly.yml104 -d opcache.jit=1205
177 -d opcache.jit=1205
233 -d opcache.jit=1205
493 --without-pcre-jit \
494 --disable-opcache-jit \
/PHP-8.0/
H A D.gitignore168 /ext/opcache/jit/zend_jit_x86.c
H A DNEWS1014 . Fixed bug #80682 (opcache doesn't honour pcre.jit option). (Remi)
1384 . Fixed bug #79582 (Crash seen when opcache.jit=1235 and
/PHP-8.0/Zend/tests/return_types/
H A Dinternal_functions001.phpt10 opcache.jit=0
/PHP-8.0/Zend/
H A Dzend.c653 new_ag->jit = old_ag->jit; in auto_global_copy_ctor()
H A Dzend_compile.c1764 zend_result zend_register_auto_global(zend_string *name, zend_bool jit, zend_auto_global_callback a… in zend_register_auto_global() argument
1771 auto_global.jit = jit; in zend_register_auto_global()
1784 if (auto_global->jit) { in zend_activate_auto_globals()
H A Dzend_compile.h859 zend_bool jit; member
863 ZEND_API zend_result zend_register_auto_global(zend_string *name, zend_bool jit, zend_auto_global_c…
/PHP-8.0/build/
H A DMakefile.global119 rm -f ext/opcache/jit/zend_jit_x86.c
/PHP-8.0/ext/ffi/tests/
H A D200.phpt15 opcache.jit=0
/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/
H A Dconfig.m414 PHP_ARG_ENABLE([opcache-jit],
16 [AS_HELP_STRING([--disable-opcache-jit],
43 ZEND_JIT_SRC="jit/zend_jit.c jit/zend_jit_vm_helpers.c"
347 PHP_ADD_BUILD_DIR([$ext_builddir/jit], 1)
348 PHP_ADD_MAKEFILE_FRAGMENT($ext_srcdir/jit/Makefile.frag)
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/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 …]
H A DREADME.md13 See [the JIT RFC](https://wiki.php.net/rfc/jit) for more details.
H A Dzend_jit.c4135 if (jit == 0) { in zend_jit_parse_config_num()
4140 if (jit < 0) return FAILURE; in zend_jit_parse_config_num()
4142 if (jit % 10 == 0 || jit % 10 > 5) return FAILURE; in zend_jit_parse_config_num()
4143 JIT_G(opt_level) = jit % 10; in zend_jit_parse_config_num()
4145 jit /= 10; in zend_jit_parse_config_num()
4147 JIT_G(trigger) = jit % 10; in zend_jit_parse_config_num()
4149 jit /= 10; in zend_jit_parse_config_num()
4151 JIT_G(opt_flags) = jit % 10; in zend_jit_parse_config_num()
4153 jit /= 10; in zend_jit_parse_config_num()
4173 if (ZSTR_LEN(jit) == 0 in zend_jit_config()
[all …]
H A Dzend_jit_x86.dasc113 #include "jit/zend_jit_x86.h"
/PHP-8.0/ext/opcache/tests/
H A Dbug78185.phpt8 opcache.jit=0
H A Dbug78189.phpt13 opcache.jit=0
H A Dbug81272.phpt7 opcache.jit=function
/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_dim_003.phpt8 opcache.jit=tracing
H A Dassign_obj_002.phpt8 opcache.jit=function
H A Dbool_not_001.phpt9 opcache.jit=function
H A Dbug77857.phpt8 opcache.jit=1205
H A Dbug79888.phpt8 opcache.jit=1205

Completed in 102 milliseconds

123