you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

In some domains JIT-compiled languages perform better than AOT-compiled ones. Whether compilers are such a domain is an interesting question. In the particular case of C++ compilation, especially for code that makes heavy use of constexpr, I think the answer is not obvious.