I've got some Javascript code which uses fairly deep recursion and I'd like to find out what the recursion limits in the various browsers are (i.e. the point at which the error "too much recursion" will happen).
Anyone have any solid numbers on this, by version?
Nicholas C. Zakas writes in his blog:
There's some more data on different browsers and OSs here.
I've created a Browserscope test to get more data. Please run it here.
The results above are now obsolete, but the browserscope results are updated :