Dominio
Compilers & Languages
Perfil de habilidad
JIT compilation: runtime code generation, tracing JIT, tiered compilation
Roles
2
donde aparece esta habilidad
Niveles
5
ruta de crecimiento estructurada
Requisitos obligatorios
8
los otros 2 opcionales
Compilers & Languages
Compiler Tools
17/3/2026
Selecciona tu nivel actual y compara las expectativas.
La tabla muestra cómo crece la profundidad desde Junior hasta Principal.
| Rol | Obligatorio | Descripción |
|---|---|---|
| Compiler Engineer | Obligatorio | 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. |
| Rol | Obligatorio | Descripción |
|---|---|---|
| Compiler Engineer | Obligatorio | 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. |
| Rol | Obligatorio | Descripción |
|---|---|---|
| Compiler Engineer | Obligatorio | 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++) | Obligatorio | Designs compiler passes and optimizations with JIT Compilation. Works with type systems. Mentors the team. |
| Rol | Obligatorio | Descripción |
|---|---|---|
| Compiler Engineer | Obligatorio | 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++) | Obligatorio | Defines compiler architecture. Establishes development standards. Coordinates the compiler team. |
| Rol | Obligatorio | Descripción |
|---|---|---|
| Compiler Engineer | Obligatorio | 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++) | Obligatorio | Defines compiler/language development strategy. Designs core language features. Establishes technology vision. |