We have a large chunk of (minified and bundled) code and I am using ` kProduceCodeCache` and `kConsumeCodeCache` to improve startup performance. I understand that cached data is rejected when the source changes but I wonder what else can cause this? I am especially interested if I can create cached data on build machines and distribute it with an app? Does the data depend on things like endian-ness, CPU etc or only on v8-locals like v8-version and v8-flags?
-- -- 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/d/optout.
