Skip to content

Instantly share code, notes, and snippets.

@Trass3r
Created June 4, 2015 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Trass3r/9472a2c9490f0796a554 to your computer and use it in GitHub Desktop.
Save Trass3r/9472a2c9490f0796a554 to your computer and use it in GitHub Desktop.
list top gcc devirtualization warnings
cat build.log | fgrep suggest-final | sed -r 's/.+Declaring (.+) final [^0-9]+([0-9]+) calls?.+/\2 \1/g' | sort -k1,1 -nr | head -n25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment