If my functions only use a few variables and never return, then I never need anything but stack memory, and overflow is simply garbage collection. Is this possible in C?
Name:
Anonymous2009-11-11 13:46
If you never return, what are you doing making function calls in the first place?
Maybe a giant nest of switches? Or do you need recursion? gotos? COMPUTED GOTOS? strfry()?