Skip to content

Instantly share code, notes, and snippets.

@gerdr

gerdr/headers.md Secret

Last active December 21, 2015 14:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save gerdr/990ebfa6ef040b31b5bb to your computer and use it in GitHub Desktop.
MoarVM header reorganization
  • 1 public header that contains duplicates of declarations of public API functions together with documentation
  • existing 'tiny' headers are left as-is
  • 1 private header that includes the public header and some common definitions we expect to use in almost all internal files; does not include all of the tiny headers - instead, for each sub directory of src/, put a header into 'src/' that includes all headers in that sub-directory and must be manually included as needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment