V8 is not an ahead-of-time compiler. Using V8 as a starting point for developing an ahead-of-time compiled system is going to be a lot of work.
On Mon, Nov 25, 2013 at 11:29 AM, Axel Payan <[email protected]> wrote: > Hello, > > I'm trying to save a compiled Javascript code and create an application > who run this code > That for avoid parsing (or pre-parsing) and compilation time on the > execution of my application > It is also for use less memory (no need to get original script code in my > application) > > I tried to use v8::V8::GetCompressedStartupData(compressed_data); after > compile my code > but v8::V8::GetCompressedStartupDataCount(); return 0 and I can't run my > script after load this > > Any body can help me please ? > > Sorry for my English > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
