Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

02 Language Implementation

❯

01 Concept

❯

Just in Time (JIT)

Just-in-Time (JIT)

Feb 10, 20261 min read

  • language-implementation
  • jit
  • compilation

Just-in-Time (JIT)

← Back to Compilation Strategies

Compilation that occurs at runtime, translating bytecode or interpreted code into native machine code based on hot paths and runtime profiling. JIT compilation can optimize for the actual execution environment and workload.

Key Properties

  • Compile at Runtime Based on Hot Paths

Related

  • JVM HotSpot, V8, PyPy

language-implementation jit compilation


Graph View

  • Just-in-Time (JIT)
  • Key Properties
  • Related

Backlinks

  • Compilation Strategies
  • Compile at Runtime Based on Hot Paths

Created with Quartz v4.5.2 © 2026

  • GitHub