[Webkit-unassigned] [Bug 36174] Short CachedScript decoded data timer causes performance degradations when using large javascript files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 2 10:48:20 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36174





--- Comment #5 from Benjamin Poulain <benjamin.poulain at nokia.com>  2010-06-02 10:48:17 PST ---
(In reply to comment #4)
> The decoded data is cached in the CachedScript class already. The question is when to delete the decoded data. The current behavior is to delete it right away with a 0-time timer callback.

I know CachedScript decode the data. I wondered about storing decoded data in the _cache_. That would make it faster everytime, not just if you are lucky and ask the data before  a timeout.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list