JIT Compilation Debate
The cluster centers on discussions about Just-In-Time (JIT) compilation, including its performance advantages and downsides compared to AOT compilation, overhead costs, and applicability to different programming languages and interpreters.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Presumably other languages with JIT do exactly the same thing?
Read the article, this doesn't reduce JIT capabilities at all.
Well JIT does have its downside
Not necessarly, that is a possible option if you want to keep the JIT around, other one is to AOT compile, 100% straight machine code, like any other compiled language.
JIT can be faster than static compilation.
Any proof on this ? Are you talking about any specific JIT engines or all ?
There are JIT compiled languages as well, that could potentially utilize it
Any language can have a JIT compiler, that is just an implementation detail.
JIT compilation isn't free either.
Still doesn't change much when said language can be JIT'ed.