Hi, I understand chromium V8 engine compiling JS files into native code and then have native os executes the generated code. 1. Is there a lot of over head in writing the generated code to a file and have native os executes it? 2. Is there a cache in chromium so that if there is a common js file used by different pages of same sites (e.g. some common js code done by a company) or different sites (e.g a common js library), chromium just pull the generated code from cache?
3. If there is a cache liked that, does it shared across tabs? and/or does it shared across browser session (i.e. the cache is persistent in files? Thank you. --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---