PHP 8.0: Just-In-Time (JIT) Compiler
26/30
Non-Capturing Catches
No Title Text for this slide yet
•
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