Home › .NET Interview Questions › How does JIT compiler work? How does JIT compiler work? Sunny Sharma .NET Interview QuestionsSeptember 9, 2013 0 Share: facebook twitter whatsapp pinterest linkedin Just in time compiler (JIT) compiles the code just before execution and saves the compiled code in memory. It can compile per-file, per-function or a code fragment. Refer to the picture below: