Hi Javascript is today used in browser,server (node.js), mobile apps, firefox os, webapps. and I really love it and I want to help making it better and faster. I think that one of the reasons that javascript is slow (despite the great improvement done with modern engine such v8) , is that that javascript code is compiled every time it used. In v8, javascript is translated to machine code and then executed. And I think it would be good idea to save generated code to reduce the time needed for running javascript (in chrome for example, we save the generated files instead of .js files) If this new feature would be implement, v8 will gain a lot of speed, with webapp, and website. This enhancement will be also available for node.js. what do you think about my idea? And how much time do you think it would take to be done? Cheers Riadh
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
