Domäne
Compilers & Languages
Skill-Profil
JIT compilation: runtime code generation, tracing JIT, tiered compilation
Rollen
2
wo dieser Skill vorkommt
Stufen
5
strukturierter Entwicklungspfad
Pflichtanforderungen
8
die anderen 2 optional
Compilers & Languages
Compiler Tools
17.3.2026
Wählen Sie Ihr aktuelles Level und vergleichen Sie die Erwartungen.
Die Tabelle zeigt, wie die Tiefe von Junior bis Principal wächst.
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Compiler Engineer | Pflicht | Understands the difference between AOT and JIT compilation and when to use each. Knows concepts of hot path, execution profiling, deoptimization. Has studied JIT in JVM (HotSpot) or V8. |
| Systems Programmer (C/C++) | Understands the fundamentals of JIT Compilation. Applies basic practices in daily work. Follows recommendations from the team and documentation. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Compiler Engineer | Pflicht | Implements a baseline JIT compiler for a simple bytecode format. Understands tracing JIT vs method JIT architectures. Implements basic inline caches for dynamic method calls. |
| Systems Programmer (C/C++) | Independently implements JIT Compilation. Works with IR and optimizations. Writes compiler tests. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Compiler Engineer | Pflicht | Designs multi-tier JIT: interpreter → baseline JIT → optimizing JIT with profiling. Implements deoptimization and on-stack replacement (OSR). Profiles and optimizes JIT compilation overhead. |
| Systems Programmer (C/C++) | Pflicht | Designs compiler passes and optimizations with JIT Compilation. Works with type systems. Mentors the team. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Compiler Engineer | Pflicht | Architects JIT subsystem for the language runtime platform. Makes decisions about compilation strategy, tiering policy and JIT code memory management. Manages the JIT engineering team. |
| Systems Programmer (C/C++) | Pflicht | Defines compiler architecture. Establishes development standards. Coordinates the compiler team. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Compiler Engineer | Pflicht | Defines runtime compilation strategy for the platform over multiple years. Researches advanced techniques: YJIT, Cranelift, copy-and-patch compilation. Publishes JIT research. |
| Systems Programmer (C/C++) | Pflicht | Defines compiler/language development strategy. Designs core language features. Establishes technology vision. |