Home
last modified time | relevance | path

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

12345

/PHP-8.3/ext/opcache/jit/
H A DMakefile.frag5 $(builddir)/jit/zend_jit_$(DASM_ARCH).c: $(srcdir)/jit/zend_jit_$(DASM_ARCH).dasc $(srcdir)/jit/dyn…
6 …$(builddir)/minilua $(srcdir)/jit/dynasm/dynasm.lua $(DASM_FLAGS) -o $@ $(srcdir)/jit/zend_jit_$(…
8 $(builddir)/jit/zend_jit.lo: \
10 $(srcdir)/jit/zend_jit_helpers.c \
11 $(srcdir)/jit/zend_jit_disasm.c \
12 $(srcdir)/jit/zend_jit_gdb.c \
13 $(srcdir)/jit/zend_jit_perf_dump.c \
14 $(srcdir)/jit/zend_jit_vtune.c \
15 $(srcdir)/jit/zend_jit_trace.c \
16 $(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…
9 $(BUILD_DIR)\ext\opcache\jit\zend_jit.obj: \
10 ext/opcache/jit/zend_jit_x86.c \
11 ext/opcache/jit/zend_jit_helpers.c \
12 ext/opcache/jit/zend_jit_disasm.c \
13 ext/opcache/jit/zend_jit_gdb.c \
14 ext/opcache/jit/zend_jit_perf_dump.c \
15 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.
36 Then, to test the JIT, e.g. with opcache.jit=tracing, an example command
40 …he.enable=1 -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit=tracing --repeat 2 …
70 …t/opcache/minilua ext/opcache/jit/dynasm/dynasm.lua -D ARM64=1 -o ext/opcache/jit/zend_jit_arm64.i…
72 …ext/opcache/minilua ext/opcache/jit/dynasm/dynasm.lua -D X64=1 -o ext/opcache/jit/zend_jit_x86.ign…
74 …): `ext/opcache/minilua ext/opcache/jit/dynasm/dynasm.lua -o ext/opcache/jit/zend_jit_x86.ignored…
121 ### Testing the jit with arm64 on x86 computers
133 docker build --network=host -t php-src-arm64-example -f ext/opcache/jit/Dockerfile.arm64.example .
141 …he.enable=1 -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit=tracing --repeat 2 …
/PHP-8.3/benchmark/
H A Dbenchmark.php52 function runBench(bool $jit): array { argument
53 return runValgrindPhpCgiCommand([dirname(__DIR__) . '/Zend/bench.php'], jit: $jit);
56 function runSymfonyDemo(bool $jit): array { argument
84 …return runValgrindPhpCgiCommand([$dir . '/index.php'], cwd: $dir, jit: $jit, warmup: 50, repeat: 5…
94 bool $jit = false, argument
109 '-d opcache.jit_buffer_size=' . ($jit ? '128M' : '0'),
/PHP-8.3/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 Dgh11374.phpt22 ini_set('pcre.jit', '0');
24 ini_set('pcre.jit', '1');
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
/PHP-8.3/ext/opcache/tests/jit/
H A Dgh14267_002.phpt6 opcache.jit=disable
12 if (ini_get('opcache.jit') === false) die('skip PHP is compiled without JIT');
16 ini_set('opcache.jit', 'tracing');
19 Warning: Cannot change opcache.jit setting at run-time (JIT is disabled) in %s on line %d
H A Dini_leading_zero.phpt2 Leading zero in opcache.jit option
6 opcache.jit=0205
H A Dgh14267_001.phpt6 opcache.jit=off
12 ini_set('opcache.jit', 'tracing');
H A Dgh15658.phpt6 opcache.jit=0101
H A Dadd_008.phpt9 opcache.jit=tracing
H A Dbug80782.phpt7 opcache.jit=tracing
H A Dgh13232.phpt6 opcache.jit=disable
/PHP-8.3/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")) {
34 ADD_MAKEFILE_FRAGMENT(configure_module_dirname + "\\jit\\Makefile.frag.w32");
36 …DD_SOURCES(configure_module_dirname + "\\jit", "zend_jit.c zend_jit_vm_helpers.c", "opcache", "ext…
H A Dconfig.m414 PHP_ARG_ENABLE([opcache-jit],
16 [AS_HELP_STRING([--disable-opcache-jit],
53 ZEND_JIT_SRC="jit/zend_jit.c jit/zend_jit_gdb.c jit/zend_jit_vm_helpers.c"
331 PHP_ADD_BUILD_DIR([$ext_builddir/jit], 1)
332 PHP_ADD_MAKEFILE_FRAGMENT($ext_srcdir/jit/Makefile.frag)
/PHP-8.3/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.3/ext/opcache/tests/
H A Djit_warning_with_zero_buffer.phpt6 opcache.jit=tracing
13 var_dump(opcache_get_status()['jit']['enabled'] ?? false);
H A Dbug81272.phpt9 opcache.jit=function
/PHP-8.3/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.3/sapi/fuzzer/
H A DMakefile.frag11 $(SAPI_FUZZER_PATH)/php-fuzz-function-jit: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(PHP_FUZZER_FUNCTIO…
14 $(SAPI_FUZZER_PATH)/php-fuzz-tracing-jit: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(PHP_FUZZER_TRACING_…
H A DREADME.md34 * `php-fuzz-function-jit`: Fuzzing the function JIT (requires --enable-opcache)
35 * `php-fuzz-tracing-jit`: Fuzzing the tracing JIT (requires --enable-opcache)
69 For the execute, function-jit and tracing-jit fuzzers, a corpus may be generated from any set of te…
72 …i/cli/php sapi/fuzzer/generate_execute_corpus.php ./execute-corpus Zend/tests ext/opcache/tests/jit
73 sapi/fuzzer/php-fuzzer-function-jit ./execute-corpus

Completed in 27 milliseconds

12345