Y
Hacker News
new
|
ask
|
show
|
jobs
by
janvidar
2937 days 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.
2 comments
white-flame
2937 days ago
Yes, 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.
link
Yoric
2937 days ago
How would that work with: 1/ recursion; 2/ calling C code; 3/ being called from C?
link