Domäne
Compilers & Languages
Skill-Profil
Compiler optimizations: constant folding, DCE, inlining, loop optimization
Rollen
2
wo dieser Skill vorkommt
Stufen
5
strukturierter Entwicklungspfad
Pflichtanforderungen
8
die anderen 2 optional
Compilers & Languages
Compiler Theory
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 | 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. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Compiler Engineer | Pflicht | 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. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Compiler Engineer | Pflicht | Designs complex optimization passes: auto-vectorization, loop fusion, interprocedural analysis. Implements alias analysis for unsafe transformations. Diagnoses regressions from passes. |
| Systems Programmer (C/C++) | Pflicht | Designs compiler passes and optimizations with Compiler Optimization Passes. Works with type systems. Mentors the team. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Compiler Engineer | Pflicht | 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++) | Pflicht | Defines compiler architecture. Establishes development standards. Coordinates the compiler team. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Compiler Engineer | Pflicht | Shapes optimization roadmap for the compiler platform. Researches ML application for compiler optimization (autotuning heuristics). Publishes on novel optimization techniques. |
| Systems Programmer (C/C++) | Pflicht | Defines compiler/language development strategy. Designs core language features. Establishes technology vision. |