Press "Enter" to skip to content

New in PHP 8: A JIT Primer

PHP 8 alpha1 is out, and the JIT is what everyone asks about: how to use it, what the four digits of opcache.jit mean, and how much faster it is. On Zend/bench.php the JIT cuts runtime by ~60% — plus how to inspect the generated assembly with opcache.jit_debug.

Filed in English, PHP8, PHP应用
with 0 Comment