Re: [webkit-dev] Strange relation between script loading and call stack size

2008-07-09 Thread Fabian Jakobs
Geoffrey Garen schrieb: >> > > I think you attached the wrong file. All I see is comments. > This file is only needed to have something I can load with a script tag. The main code is in the attached HTML file. I have filed a bug at about this issue.

Re: [webkit-dev] Strange relation between script loading and call stack size

2008-07-09 Thread Geoffrey Garen
> I think you attached the wrong file. All I see is comments. Geoff ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Strange relation between script loading and call stack size

2008-07-09 Thread Fabian Jakobs
Hi, I have a very strange problem with Safari 3.1.2 and WebKit nightly. We use a loader script, which inserts script tags dynamically into the header. Now I observe the strange behavior that doing so seems to limit the available call stack size. We load many scripts (> 300) in a loop this way and

[webkit-dev] Strange relation between script loading and call stack size

2008-07-09 Thread Fabian Jakobs
Hi, I have a very strange problem with Safari 3.1.2 and WebKit nightly. We use a loader script, which inserts script tags dynamically into the header. Now I observe the strange behavior that doing so seems to limit the available call stack size. We load many scripts (> 300) in a loop this way and