Benedikt Meurer 12/13/2017

An Introduction to Speculative Optimization in V8

Read Original

This technical article details the speculative optimization techniques used by the V8 JavaScript engine's TurboFan compiler. It explains how V8's interpreter, Ignition, collects profiling feedback during execution, which TurboFan then uses to make assumptions about value types and generate highly-optimized machine code for peak performance.

An Introduction to Speculative Optimization in V8

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week