Hacker News new | ask | show | jobs
by mrngm 530 days ago
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.
2 comments

Yes, it makes it faster but does not deal with the core performance issues which is why Roadrunner, Frankenphp, etc exist.
I see, you're just trolling at this point.
Yes, and in 8.4, uses an actual IR for machine code generation and is pretty cool!