IE Javascript Engine Memory Allocation Problem



Mike
07-09-2005, 11:05 PM
I have a very complex DHTML javascript web application that uses javascript
objects. I have been using javascript for 5+ years writing complex DHTML
apps and continue to hit the same problem.

It seems IE has a memory allocation mechanism that slows exponentially as
memory is used within the script engine. If you create javascript objects
then try to later create more objects, the time for creation grows
exponentially. This is a cricital problem and is limiting my application.
It is reported throughout the newsgroups.

If you require a sample page i can provide one. Will IE7 address this
problem of memory allocation.


IE Javascript Engine Memory Allocation Problem