fusion32
Intermediate OT User
- Joined
- Jun 7, 2010
- Messages
- 41
- Solutions
- 2
- Reaction score
- 133
So I've been following this small series called "Advent of Compiler Optimizations" from Matt Godbolt (the guy behind Compiler Explorer) which is quite interesting if you want to understand some of the stuff the compiler does. In particular, day 7 covers division by constants which is something that I actually came across when reading the disassembly of the leaked tibia server. I remember spending a day or two chatting with Grok to get a grasp of what was going on, and watching this 10 minutes video would have saved me a lot of time.
Anyway, I'm not exactly sure this is the correct board to post this kind of stuff, but here is the playlist:
www.youtube.com
Anyway, I'm not exactly sure this is the correct board to post this kind of stuff, but here is the playlist:
Advent of Compiler Optimisations 2025
All AoCO 2025 videos. AoCO is the "Advent of Compiler Optimisations" in which I demonstrate and explain a compiler optimisation or code generation trick each...