Just-in-time compilation
From DocForge
| This page is a stub. It's lacking in details and can use your help. Please contribute your knowledge to this page. |
Just-in-time compilation is the process of compiling code immediately before execution. This can be contrasted with more "standard" compiling which is done separately before an application is launched.

