S9:E7 - "This way to translate is le-JIT" - podcast episode cover

S9:E7 - "This way to translate is le-JIT"

Mar 18, 202022 minTranscript available on Metacast
--:--
--:--
Listen in podcast apps:

Episode description

We've been talking a lot about the differences between compilers and interpreters, and how both of them work, and the ways that allowed one — the compiler — to lead to the creation of the other — the interpreter. Now we get into the Just In Time compiler, or a JIT, which is fusion or combination of the interpreter and the compiler, which are each two types of translators in their own right. A just-in-time compiler has many of the benefits of both of these two translation techniques, all rolled up into one. Based on Vaidehi Joshi's blog post, "A Most Perfect Union: Just-In-Time Compilers".