mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +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. |
||
|---|---|---|
| .. | ||
| c.zig | ||
| riscv64.zig | ||
| wasm.zig | ||
| x86.zig | ||
| x86_64.zig | ||