JIT Compiler

Compiler

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





Discover More
Compiler
Computer Language - (Compiler|Interpreter) - Language translator

Computer Language are written in plain text. However, computers interpret only particular sequence of instructions. This transformation from a plain text language to instructions is called compilation...



Share this page:
Follow us:
Task Runner