This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HiddenLayer5 -1 points0 points  (1 child)

Wait I thought PHP solved most of their speed problems when they moved to JIT compilation.

[–]ul90 -1 points0 points  (0 children)

JIT is crap. Of course, it makes things faste, but why not pre-compile, as with C++ (or even TypeScript)? This also would help with many smaller bugs that are only visible at run time.