Skip to content

Instantly share code, notes, and snippets.

@donaldh
Created December 4, 2015 12:21
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 donaldh/0cf1160b5fc87d4ba457 to your computer and use it in GitHub Desktop.
Save donaldh/0cf1160b5fc87d4ba457 to your computer and use it in GitHub Desktop.
Missing serialize function for REPR ContextRef
module Inner {
}
module Outer {
use Inner;
}
@donaldh
Copy link
Author

donaldh commented Dec 4, 2015

Golfing a bit further, when serializing a module during compilation, it serializes the CompUnit->CompUnit::Handle->CodeRef of the referenced precompiled module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment