Dominio
Compilers & Languages
Perfil de habilidad
Compiler optimizations: constant folding, DCE, inlining, loop optimization
Roles
2
donde aparece esta habilidad
Niveles
5
ruta de crecimiento estructurada
Requisitos obligatorios
8
los otros 2 opcionales
Compilers & Languages
Compiler Theory
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 | Knows classic compiler optimizations: constant folding, DCE, CSE. Understands when optimizations are correct and safe. Can read and compare optimized IR. |
| Systems Programmer (C/C++) | Understands the fundamentals of Compiler Optimization Passes. Applies basic practices in daily work. Follows recommendations from the team and documentation. |
| Rol | Obligatorio | Descripción |
|---|---|---|
| Compiler Engineer | Obligatorio | Implements optimization passes: function inlining, loop unrolling, vectorization hints. Uses dominators, loop analysis and alias analysis. Measures impact of passes on code size and performance. |
| Systems Programmer (C/C++) | Independently implements Compiler Optimization Passes. Works with IR and optimizations. Writes compiler tests. |
| Rol | Obligatorio | Descripción |
|---|---|---|
| Compiler Engineer | Obligatorio | Designs complex optimization passes: auto-vectorization, loop fusion, interprocedural analysis. Implements alias analysis for unsafe transformations. Diagnoses regressions from passes. |
| Systems Programmer (C/C++) | Obligatorio | Designs compiler passes and optimizations with Compiler Optimization Passes. Works with type systems. Mentors the team. |
| Rol | Obligatorio | Descripción |
|---|---|---|
| Compiler Engineer | Obligatorio | Defines strategy and order of the optimization pipeline for the compiler. Manages balance between compilation time and code quality. Makes decisions about optimization aggressiveness. |
| Systems Programmer (C/C++) | Obligatorio | Defines compiler architecture. Establishes development standards. Coordinates the compiler team. |
| Rol | Obligatorio | Descripción |
|---|---|---|
| Compiler Engineer | Obligatorio | Shapes optimization roadmap for the compiler platform. Researches ML application for compiler optimization (autotuning heuristics). Publishes on novel optimization techniques. |
| Systems Programmer (C/C++) | Obligatorio | Defines compiler/language development strategy. Designs core language features. Establishes technology vision. |