• Kevin Modzelewski's avatar
    Get rid of FunctionMetadata · 1b101760
    Kevin Modzelewski authored
    Instead, merge it into BoxedCode.  This way we'll get refcounting
    of our codegen datastructures.
    
    I didn't do anything more than inline all of FunctionMetadata's fields
    into BoxedCode, and then delete the FunctionMetadata object.
    1b101760
runtime_hooks.h 2.96 KB