Comment #5 on issue 3016 by [email protected]: Rewrite the V8 parser
http://code.google.com/p/v8/issues/detail?id=3016

I don't know what is meant by "lazy parsing designs" (jquery example above). The problem in a sloppy language like JavaScript is that you have to see all stuff before something used because one can assign to e.g. a name initially bound to a function:

    function foo() { return 42; }
    ... [200kB JavaScript code] ...
    foo = 3.1415;

Perhaps I misunderstood your point, though.

Furthermore, I am not really convinced that deserializing some form of an AST from disk/cache is faster than just parsing the initial string again. To be more exact: I highly doubt that. :-)

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to