Code specialization for the MIR lightweight JIT compiler
For the past three years, I have spent half of my work time on the MIR project. The goal is to create a universal lightweight Just-in-Time (JIT) compiler, and the project’s cornerstone is a machine-independent medium-level intermediate representation (MIR). For more about the project, see my previous articles on Red Hat Developer: MIR: A lightweight JIT compiler project The MIR C interpreter and Just-in-Time (JIT) compiler