Hi, I believe you will get better answers on the V8 mailing list, this is
mainly a chromium browser discussion :)
Group Page:
http://code.google.com/p/v8/

Mailing lists:
http://groups.google.com/group/v8-users
http://groups.google.com/group/v8-dev



On Thu, Apr 30, 2009 at 8:37 PM, Daniel Dreiberg <
[email protected]> wrote:

> Hi,
> I read this http://code.google.com/apis/v8/design.html about V8's Dynamic
> Machine Code Generation.
>
> V8 compiles JavaScript source code directly into machine code when it is
> first executed. There are no intermediate byte codes, no interpreter.
> Property access is handled by inline cache code that may be patched with
> other machine instructions as V8 executes.
>
> My question is does the machine code generated by V8 cached somewhere? For
> example, it is possible for different pages to use the same JavaScript
> library (e.g. different pages from the same sites use same js file or
> different sites use common js library).  If yes, can you please tell me
> where does those being saved?
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to