▲ | atmikemikeb 3 days ago | |
what about extern functions? | ||
▲ | AndyKelley 3 days ago | parent [-] | |
Zig's linker will calculate this information automatically in most cases when statically linking (via analysis of machine code disassembly). Otherwise, there is a default upper bound stack value, overridable via user annotation. |