When an module is unloaded, Granary should flush any code blocks associated with that module. Similarly, when the .init section of a module is unloaded (just after the module is initialized), the code associated with that section should also be flushed.
When an module is unloaded, Granary should flush any code blocks associated with that module. Similarly, when the
.init
section of a module is unloaded (just after the module is initialized), the code associated with that section should also be flushed.