Mathias Bynens 8/16/2018

JavaScript engine fundamentals: optimizing prototypes

Read Original

This technical article delves into JavaScript engine fundamentals, focusing on how engines optimize access to prototype properties. It compares optimization pipelines, explaining trade-offs between startup latency and execution speed, and details the roles of interpreters (e.g., Ignition) and optimizing compilers (e.g., TurboFan, IonMonkey) using concrete code examples.

JavaScript engine fundamentals: optimizing prototypes

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

No top articles yet