In this blog post, we are going to talk about potential advantages of using custom execution plan of a query rather than using the traditional iterator model in which execution is composed of many operators.
Tag: JIt
JIT Optimizations – Method Inlining
In this blog post, we are going to understand the impact of functions calls in an application and what JIT does to reduce its impact.
JIT Optimizations – Method Compilations
JITĀ ( Just in Time ) is certainly one of the most interesting features of JVM. This feature makes sure that we are able to run our code with machine level optimizations.