Anti Patterns¶
inline
is a magical “go faster” keyword that should be applied to all functionsstatic inline
functions should be used with abundanceMacros are faster than functions
volatile is actually useful
Open-coding spinlocks
TSO means sequential consistency means I don’t have to worry
Too much in a hurry for modularization