Incremental compilation: Programming Language Design course | Zoonk
54. Incremental compilation
Recompile only the parts affected by an edit while preserving correct dependency information. Design stable caches, query-based compilers, and persistent build graphs for fast feedback on large programs.