Une Bév ue wrote on 04 jun 2008 in comp.lang.javas cript:
does exist a constant in JavScript (UA dependent) telling us the stack
size limit ?
>
from google I've found 1000 for Firefox, 100 for Safari 3
verified experimetally
There are many stacks [li-fo memory] in JS.
Do you mean the subroutine/function stack?
This was discussed here in this NG recently for recursion.
Or the mathmatical parser stack?
Or ...?
The latest Webkit accepts a stack size of 5655 (on Mac OS X 10.4.11)
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
On Jun 4, 10:41 am, unbewusst.s...@ weltanschauung. com.invalid (Une
Bévue) wrote:
does exist a constant in JavScript (UA dependent) telling us the stack
size limit ?
Nope, I don't think so.
>
from google I've found 1000 for Firefox, 100 for Safari 3
verified experimetally
>
The latest Webkit accepts a stack size of 5655 (on Mac OS X 10.4.11)
PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$8 300dec7@news.de mon.co.uk>
Comment