[Webkit-unassigned] [Bug 22227] Caching AST and/or bytecode of JavaScripts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 1 04:24:35 PST 2008


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





------- Comment #9 from loki at inf.u-szeged.hu  2008-12-01 04:24 PDT -------
All attached results contain three different measurements:
- 'Reference' (patched version of WebKit without CACHE_AST define)
   JS performance without AST cache.

- 'Build and use' (patched version of WebKit)
   After parsing each JS source export the AST into a file
   Next time for each JS source skip parsing, load and build AST from file.

- 'Only use' (patched version of WebKit)
   Load and build AST from file.


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



More information about the webkit-unassigned mailing list