Mathias Bynens 6/14/2018

JavaScript engine fundamentals: Shapes and Inline Caches

Read Original

This article details fundamental concepts like Shapes (hidden classes) and Inline Caches used by JavaScript engines (V8, SpiderMonkey, Chakra) to optimize performance. It explains the interpreter and compiler pipeline, showing how profiling data guides optimization and deoptimization, helping developers write more performant JavaScript code.

JavaScript engine fundamentals: Shapes and Inline Caches

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser