You are here |
mathiasbynens.be | ||
| | | |
v8.dev
|
|
| | | | This article describes how V8 chooses optimal in-memory representations for various JavaScript values, and how that impacts the shape machinery - all of which helps explain a recent V8 performance cliff in React core. | |
| | | |
benediktmeurer.de
|
|
| | | | Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast. | |
| | | |
benediktmeurer.de
|
|
| | | | Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast. | |
| | | |
syntackle.com
|
|
| | You might be familiar with functions in JavaScript. An IIFE is a special type of function which is invoked implicitly. |