Reviewers: Rico, Description: Don't preparse large files to find boundaries of lazy functions.
Instead use the preparser inline to parse only the lazy function bodies. This is still disabled for small files. More measurements are needed to determine if lazy-compiling small sources is worth it. Please review this at http://codereview.chromium.org/8662037/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/compiler.cc M src/hydrogen.cc M src/liveedit.cc M src/parser.h M src/parser.cc M src/preparser.h M src/preparser.cc M test/cctest/test-parsing.cc M test/mjsunit/regress/regress-1110.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
