Table of Contents

About

A system implementing a JIT compiler typically continuously analyses the code being executed and identifies parts of the code where the speedup gained from compilation would outweigh the overhead of interpreting that code.

JIT compilation combines the speed of compiled code with the flexibility of interpretation

Documentation / Reference