Are any JavaScript engines tail call (TCO) optimized?

Viewed 26926

I have a tail recursive pathfinding algorithm that I've implemented in JavaScript and would like to know if any (all?) browsers would possibly get stack overflow exceptions.

6 Answers
Related