Advent of Compiler Optimizations

Matt Godbolt, the creator of Compiler Explorer is posting a series about code optimisations in compilers:

The first two posts are already interesting and short.
This is probably not that relevant for the Crystal compiler directly, because we thankfully hand off these kinds of optimizations to LLVM. But it’s still nice to learn a bit about what is going on there…

6 Likes

Good to know! I will quite likely experiment with them.
I will publish some exciting news in a day or so, and it may unlock some ability for such experiments for me.