Skip to content

Instantly share code, notes, and snippets.

@pudelkoM
Created March 18, 2017 12:05
Show Gist options
  • Save pudelkoM/73980dc6d1e328dabe32e8819c3ecbbb to your computer and use it in GitHub Desktop.
Save pudelkoM/73980dc6d1e328dabe32e8819c3ecbbb to your computer and use it in GitHub Desktop.
static void escape(void *obj) {
asm volatile("" : : "g"(obj) : "memory");
}
static void globber() {
asm volatile("" : : : "memory");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment