I wrote a simple program to test the PHP 8 JIT technique and found that PHP JIT is actually very slow, because it generates too much ASM code.
Here is PHP program cod