I'm a total newbie to V8 but I have a question: after javascript is compiled to binary code in memory by the v8 engine at "computer A", is there any way to separate the binary code into a file and transmit it to another "computer B" with v8 engine and execute the code on "computer B"?
my aim is to reduce battery power consumption of mobile device (B) by shifting the compiling to cloud(computer A). Thank you. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
