Hi, you probably already have read it on Twitter or the V8 blog <https://v8project.blogspot.de/2017/02/help-us-test-future-of-v8.html>: V8 is going to switch to a new compiler architecture in the next few months. We are planning to deprecate FullCodeGen+Crankshaft in favor of Ignition+Turbofan.
As an embedder you already have the opportunity to try out the new configuration before it will be the default. You can use the specific instructions for Node.js <https://medium.com/@bmeurer/help-us-test-the-future-of-node-js-6079900566f#.l75o45gc6> or Chrome Canary <https://v8project.blogspot.de/2017/02/help-us-test-future-of-v8.html> to get an idea on how to switch on the new architecture. Cheers, Michael -- -- 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.
