Skip to content

Instantly share code, notes, and snippets.

@thomaslee
Created October 14, 2012 01:50
Show Gist options
  • Save thomaslee/3886958 to your computer and use it in GitHub Desktop.
Save thomaslee/3886958 to your computer and use it in GitHub Desktop.
Pin a GC value to the machine stack.
#define CHIMP_GC_MAKE_STACK_ROOT(p) \
(*((ChimpRef **)alloca(sizeof(ChimpRef *)))) = (p)
/* http://github.com/thomaslee/chimp */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment