meson-plus-plus
meson-plus-plus copied to clipboard
Dead Code elimination
There are at least a few cases of dead code (and this is related to #57):
- Code after an
error - useless statements
- message and warning after they have been printed
- using LVN (local variable numbering) and live range analysis to determine when a variable is dead code