Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

02 Language Implementation

❯

00 Category

❯

Compilation Strategies

Compilation Strategies

Feb 10, 20261 min read

  • language-implementation
  • compilation-strategies

Compilation Strategies

Back: Language Implementation

Different approaches to when and how source code is translated into executable form. Each strategy trades off between startup time, peak performance, portability, and development experience.

Concepts

  • Ahead-of-Time (AOT)
  • Just-in-Time (JIT)
  • Interpretation
  • Transpilation

language-implementation compilation-strategies


Graph View

  • Compilation Strategies
  • Concepts

Backlinks

  • Ahead-of-Time (AOT)
  • Interpretation
  • Just-in-Time (JIT)
  • Transpilation
  • Language Implementation

Created with Quartz v4.5.2 © 2026

  • GitHub