Expand description
Dead code elimination markers
Functions/constants marked with this can be eliminated if unused.
Functionsยง
- mark_
unused - Mark code for dead code elimination analysis This is a marker function - the compiler can eliminate unused paths
- unlikely
- Hint to compiler that branch is unlikely (dead code elimination)