Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_compile.h705 zend_bool jit; member
709 ZEND_API int zend_register_auto_global(const char *name, uint name_len, zend_bool jit, zend_auto_gl…
H A Dzend_compile.c6745 int zend_register_auto_global(const char *name, uint name_len, zend_bool jit, zend_auto_global_call… in zend_register_auto_global() argument
6752 auto_global.jit = jit; in zend_register_auto_global()
6760 if (auto_global->jit) { in zend_auto_global_init()
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME220 large performance improvements on certain platforms, add --enable-jit to the
226 you add --disable-pcregrep-jit to the "configure" command.
447 enabled JIT support with --enable-jit, a test program called pcre_jit_test is
H A DNEWS210 --enable-jit. Large performance benefits can be had in many situations. 8.20
H A DChangeLog1462 main code base, and can be used by building with --enable-jit. When this is
1463 done, pcregrep automatically uses it unless --disable-pcregrep-jit or the
1464 runtime --no-jit option is given.
/PHP-5.5/
H A Dphp.ini-development644 ; http://php.net/auto-globals-jit
H A Dphp.ini-production644 ; http://php.net/auto-globals-jit
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1010 --enable-jit
1018 --disable-pcregrep-jit
8340 --enable-jit (or equivalent CMake option) must be set when PCRE is
8350 If --enable-jit is set on an unsupported platform, compilation fails.

Completed in 76 milliseconds