Skip to content

Instantly share code, notes, and snippets.

@Bloofer
Created February 27, 2019 05:41
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 Bloofer/0d95a7199224452373ae492a23df5077 to your computer and use it in GitHub Desktop.
Save Bloofer/0d95a7199224452373ae492a23df5077 to your computer and use it in GitHub Desktop.
after optimization
void bar_optimized(void)
{
foo = 0;
while (true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment