Comment by mrngm

Comment by mrngm 7 days ago

3 replies

I'm sure you've heard of PHP's opcache by now. That's not experimental and actually caches the interpreted code in memory for faster subsequent execution.

that_guy_iain 7 days ago

Yes, it makes it faster but does not deal with the core performance issues which is why Roadrunner, Frankenphp, etc exist.

withinboredom 7 days ago

Yes, and in 8.4, uses an actual IR for machine code generation and is pretty cool!