Mickaël Laurent, Jakob Hain, Filip Křikava, Sebastián Krynski, Jan Vitek
2026.4.25ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS
Abstract
Dynamic programming languages pose significant challenges for optimizing compilers due to features such as dynamic typing, late binding, reflection, copy-on-write, and delayed evaluation. To generate efficient code, compilers must speculate on which dynamic features will be exercised and produce specialized code based on these assumptions. This paper presents the design of a statically typed, high-level intermediate representation that makes dynamic behaviors explicit and amenable to static analysis. Our IR combines gradual typing with ownership tracking, and explicitly represents promises, multiple function versions, and contextual dispatch. Together, these features directly support optimizations such as specialization, inlining, scope elision, and copy elimination. We formalize a core calculus, called FIŘ, that captures the essential features required for these optimizations. We provide an operational semantics, a type system, and flow and reflection analyses, and we prove the soundness of the type system.
Citation format
LAURENT, Mickaël, et al. A typed intermediate representation for dynamic languages. ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS, 2026, 48(2): 1–33.