Hi, I read an article today about Webkit unifying JavaScript Compilation with LLVM compiler <https://www.webkit.org/blog/3362/introducing-the-webkit-ftl-jit/>. The article explains how WebKit has combined its JavaScript compilation infrastructure with its LLVM optimizer to use optimizations previously available to only native applications. I know that Chromium uses Blink, which is a fork of Webkit, and not WebKit for rendering. I was curious as to if this will affect V8 JavaScript optimizations in any way or not.
Thank you. Regards, Vasant -- -- 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.
