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 -~----------~----~----~----~------~----~------~--~---
