Status: New
Owner: ----

New issue 2130 by [email protected]: Integrate benchmark that measures parsing and compilation of JS of various complexity and size and make it faster
http://code.google.com/p/v8/issues/detail?id=2130

Sites with large amounts of JavaScript (in the range of 1 MB) or that use relative complex widgets (such as like and +1 buttons) often find JS parsing a compilation to be a significant bottleneck on the critical path to rendering.

Attached is a sample benchmark that uses the base library of the closure library as sample source and creates JS strings of various length and then evals them using eval and the function constructor.

Attachments:
        eval.js  9.8 KB

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to