Just-in-time compilation

'Just-in-Time Compilation'

Just-in-time compilation (JIT), also known as dynamic translation, is a compilation technique used in computer programming and execution. It is commonly employed by programming languages that utilize an interpreter as their primary execution engine. JIT compilation aims to improve the performance of programs by dynamically translating parts of the code into machine code at runtime.

learn more

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.