Best book on writing an optimizing compiler (inlining, types, abstract interpretation)?

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammingLanguages

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • qbe-rs

    QBE IR in natural Rust data structures

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • cinder

    Cinder is Meta's internal performance-oriented production version of CPython. (by facebookincubator)

    I used to work on the Cinder JIT and can help document any passes you find interesting or confusing.

  • Essentials-of-Compilation

    A book about compiling Racket and Python to x86-64 assembly

    Not sure about specifics, but maybe https://github.com/IUCompilerCourse/Essentials-of-Compilation is worth a look?

  • selfie

    An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor.

  • Halide

    a language for fast, portable data-parallel computation

  • flang

    Flang is a Fortran language front-end designed for integration with LLVM.

    I think a lot of this material is in research papers and code. Take a look a MLTon or Clang Fortran

  • futhark

    :boom::computer::boom: A data-parallel functional programming language

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • jax

    Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

Did you konow that Python is
the 2nd most popular programming language
based on number of metions?