Hacker News new | ask | show | jobs
by dekhn 2118 days ago
On my 1995 DOS-based computer, the C compiler I used at the time could handle roughly 6 levels deep.
1 comments

Probably you were limited to a single 64k segment for stack... still would have required a really big amount of context per call to blow stack so quickly.

Back in the mid 80's on DOS I had no problem recursing 30+ levels deep.