mirror of
https://github.com/ziglang/zig.git
synced 2025-12-13 09:43:09 +00:00
Functions which are free'd are not immediately removed from the binary as this would cause a shifting of function indexes. Instead, they hang around until they can be overwritten by a new function. This means that the types associated with these dead functions must also remain until the function is overwritten to avoid a type mismatch.