Reviewers: Søren Gjesse,

Description:
Avoid logging preparse-data inside lazily compiled functions.
Reduces size of preparser data significantly when there are nested functions.
Also allows us to drop the "skip" fields of function entries,
that tells us how much preparse-data to skip when skipping the function source.

Please review this at http://codereview.chromium.org/3412034/show

Affected files:
  M src/parser.h
  M src/parser.cc
  M src/scopes.h
  M src/scopes.cc


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

Reply via email to