mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 23:03:08 +00:00
During codegen we do not yet know the indexes that will be used for called functions. Therefore, we store the offset into the in-memory code where the index is needed with a pointer to the Decl and use this data to insert the proper indexes while writing the binary in the flush function.