On 1/10/06, Charles Samuels <charles@kde.org> wrote:
I think it'd be nice if Javascripts executed incrementally (like on a
QTimer(0) ).
 
I don't really see how that could be acheived unfortunately. It would require an interpreter that made no use of the stack (which would be nice for other reasons), but would also have a massive performance overhead that would render sites that use js heavily unusable. Integrating a design like this into applications that use JS outside web pages would be tricky too.
 
Rich.