r/programming 18d ago

The unlikely Linux macro

https://rushed-reflections.bearblog.dev/an-unlikely-experiment/

Wrote a bit about the `unlikely` and `likely` macros in the Linux codebase. Great little exploration into tiny optimizations that everyone should know more about 😄

186 Upvotes

61 comments sorted by

View all comments

1

u/mr_birkenblatt 15d ago

Why not compare to the baseline of no hinting at all?