Deep dives were handled before: https://wiki.php.net/rfc/jit And its discussion https://externals.io/message/103903
Deep Dive into PHP 8's JIT
31–40 of 66 posts
Re: Deep Dive into PHP 8's JIT
#32Tiny nitpick: the article describes JavaScript as an interpreted language without JIT when most major JS engines do have JIT optimisation. It’s difficult to make this call about any language with more than one implementation. But anyway, kudos to the PHP folks for yet another improvement. It’s been a long time since I used it but I’m continually impressed by how far it’s come. And it’s a useful test to how flexible a…
Re: Deep Dive into PHP 8's JIT
#33May be everyone on HN has Adblock/ PiHole on. But this Blog, a single page has 5 Google Ads in it. I dont mind one or two, top and bottom. But 5, right in the middle of every section.
Is that not a thing anymore? Genuinely curious
Edit: Yes, some initial searches reveal that it's not a thing anymore.
Re: Deep Dive into PHP 8's JIT
#34Earlier quoted context omitted.
Hack/HHVM no longer has a goal to be PHP compatible, but it looks pretty much the same. It does have a JIT: https://hhvm.com/blog/2027/faster-and-cheaper-the-evolution-...
Do we know anyone outside of Facebook uses Hack/HHVM in production?
Re: Deep Dive into PHP 8's JIT
#35"PHP as fast as C" - People who are in php language development may die laughing reading this statement. Truth can be harsh, but people sometime overvalue to such an extent is hard to understand.
Re: Deep Dive into PHP 8's JIT
#36Since 25 years, time to learn that implementations and languages are not the same.
Re: Deep Dive into PHP 8's JIT
#37May be everyone on HN has Adblock/ PiHole on. But this Blog, a single page has 5 Google Ads in it. I dont mind one or two, top and bottom. But 5, right in the middle of every section.
Re: Deep Dive into PHP 8's JIT
#38Re: Deep Dive into PHP 8's JIT
#39"PHP as fast as C" - People who are in php language development may die laughing reading this statement. Truth can be harsh, but people sometime overvalue to such an extent is hard to understand.
Any language can eventually reach that point with enough money, time, and in C's case doing 200+ optimizations with unexpected results.
Re: Deep Dive into PHP 8's JIT
#40https://github.com/php/php-src/pull/5874
https://github.com/php/php-src/commit/4bf2d09edeb14467ba7955...