6 ms·
Right, he answers a question about this. His plan seems to be to pre-calculate the stack space required at compile time using static callgraph analysis. This i
by janvidar 8y ago
Right, he answers a question about this. His plan seems to be to pre-calculate the stack space required at compile time using static callgraph analysis.
This is not yet implemented.
- white-flame 8y agoYes, but I'm talking about his assertion about that C example earlier in the talk, not about Zig. It's pretty fundamental to his arguments.
- Yoric 8y agoHow would that work with: 1/ recursion; 2/ calling C code; 3/ being called from C?