Hi, >From this earlier message, it was mentioned that v8 has cache for compiled script. Does that mean chromium uses this v8 compiled script cache?
If yes, does that mean each render process has it own cache? or all render process shared 1 cache? And does the content of the compiled script cache is persistent (i.e. can be used later after i closed my browser)? And can you please tell me where to look for this code? Thank you. ---------- Forwarded message ---------- From: Darin Fisher <[email protected]> Date: Mon, Jun 1, 2009 at 11:34 PM Subject: Re: [chromium-dev] Re: How does chromium handle 'Back' functionality To: Peter Kasting <[email protected]> Cc: Lucius Fox <[email protected]>, [email protected] >> >> 2. Does chromium cache JavaScript native code (since it compiles JS >> files to native code)? > > Not generally, to my knowledge. V8 does have a cache for compiled scripts! --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
