IOHK | Paper

Library > Unraveling recursion: compiling an IR with recursion to System F

Unraveling recursion: compiling an IR with recursion to System F

October/2019, MPC'19

BLOCKCHAINPLUTUSSMARTCONTRACTSYSTEMF

Lambda calculi are often used as intermediate representations for compilers. However, they require extensions to handle higherlevel features of programming languages. In this paper we show how to construct an IR based on System Fωµ which supports recursive functions and datatypes, and describe how to compile it to System Fωµ. Our IR was developed for commercial use at the IOHK company, where it is used as part of a compilation pipeline for smart contracts running on a blockchain.