Ever wanted to know who's that great chap running Compiler Explorer? Mike Godbolt gave a talk:

Ever wanted to know who's that great chap running Compiler Explorer? Mike Godbolt gave a talk:

[#Compiler] Day 1 of #AoCO2025 Study Notes
While the original uses #CompilerExplorer, I wanted to replicate the analysis locally.
In this post, I have used #gcc, #clang, llvm-objdump and #LLDB to analyze.
Read more here: https://gapry.github.io/2026/01/01/Advent-of-Compiler-Optimisations-Study-Notes-01.html
RE: https://hachyderm.io/@mattgodbolt/115689717135274179
Another #AbsoluteBanger from @mattgodbolt's Advent of Compiler Optimisations, in which the compiler knows when to stop being clever because it knows modern CPUs with all their mad out-of-order pipelining jibber-jabber don't need any help - and he shows us a tool on #CompilerExplorer for looking into that. Read this one, but then watch the video too.
Slurrrrrrp....... Ahhh! @mattgodbolt
@uecker @Codeberg @mattgodbolt
Wat?
As a Codeberg member myself, I checked your example here as well. The @compiler_explorer UI seems to handle the link just fine: if you click on the offered link, the raw file content is shown as you would expect. Then, the compiler is complaining about the file where the CE-internal machinery has supposedly put down the source text that it has downloaded from Codeberg.
So, there seem to be two different code paths in play. One, close to the UI, that works. And another one, hidden in the background, that doesn't.
More thanks to Matt Godbolt for today's episode of #AdventOfCompilerOptimisations, where the only horrors are in the tortured C code that gets turned into beautiful elegant assembler. The golden moment was the footnote alerting me to the existence of #CompilerExplorer's "optimisation pipeline explorer".
I didn’t realize that #CompilerExplorer had become this…complicated 😰 — kudos to Matt Godbolt, et al for running it:
“How Compiler Explorer Works In 2025”, Matt Godbolt (https://xania.org/202506/how-compiler-explorer-works).
On HN: https://news.ycombinator.com/item?id=44183299
On Lobsters: https://lobste.rs/s/ocu642/how_compiler_explorer_works_2025
How Compiler Explorer Works in 2025
https://xania.org/202506/how-compiler-explorer-works
#HackerNews #CompilerExplorer #2025 #FutureTech #Programming #Innovation #Coding