It seems to me that Crankshaft is disabled while making snapshot. In isolate.cc: use_crankshaft_ = FLAG_crankshaft && !Serializer::enabled() && CPU::SupportsCrankshaft();
Is there particular difficulty in serializing Crankshaft-compiled codes, or was it just not worth bothering? Thanks! -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" 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/d/optout.
