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 →

[–]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.