Updates:
Status: WorkingAsIntended
Owner: [email protected]
Comment #1 on issue 301 by [email protected]: grab compiled bytecode
http://code.google.com/p/v8/issues/detail?id=301
V8 compiles Javascript to native (x86 or ARM) machine language, and runs
that. It does not generate bytecode
and interpret it. You can make V8 print out the assembly language code
that it generates when compiling
Javascript functions, but you cannot do much with that, such as use it
later.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---