PHP 8.0: Just-In-Time (JIT) Compiler
21/26
PHP 8.4: Parsing HTML5
PHP 8.4: Just-In-Time (JIT) Compiler
•
Compiles PHP code to x86 machine code
•
Performance improvements mostly apply to math heavy code
•
Part of opcache:
opcache.jit=on
opcache.jit_buffer_size=128M