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
Tail call optimization is now available in LispyScript which compiles to JavaScript. You can read more about it here.