Mathias Bynens and Benedikt Meurer: As a JavaScript developer, having a deeper understanding of how JavaScript engines work helps you reason about the performance characteristics of your code. I especially like the part where they take a look into an JS engine’s Object Model: How do JavaScript engines implement the JavaScript object model, and which …
Continue reading “JavaScript engine fundamentals: Shapes and Inline Caches”