Dear new developer, There's the concept of a JIT compiler. I was first introduced to it with the HotSpot Java compiler. The idea is that a compiler can look at code and find the code that executes often and optimize it, sometimes compiling it down to faster code, sometimes unrolling loops. I'm no compiler expert … Continue reading Be a Just in Time Learner, part I