#18: JIT - Just-in-time compilation
Play • 4 min

Source code can then be executed in two ways. Language implementations in general either interpret or compile it. In order to run an interpreted program, you need one extra binary: an interpreter. Interpretation is simple: you read source code line by line and execute it. The compilation is much harder. A special program called a compiler reads your source code ahead of time (AOT) and translates it into machine code. After this translation your program is standalone. You don't need a compiler to run it. Only you and your CPU.

Turns out this distinction is not that clear at all these days. Almost every language implementation performs compilation behind the scenes. And many languages that have a compiler produce code that needs an interpreter anyway. What?

Read more: https://256.nurkiewicz.com/18

Get the new episode straight to your mailbox: https://256.nurkiewicz.com/newsletter

More episodes
Search
Clear search
Close search
Google apps
Main menu