|
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. | |
| | | | |
jandemooij.nl
|
|
| | | | | ||
| | | | |
blog.pyston.org
|
|
| | | Creating an implementation for a dynamic language using just in time compilation (JIT)techniques involves a lot of compromisesmainly between complexity of the implementation, speed, warm-up time and memory usage. Especially speed is a difficult trade-off because it's very easy to end-up spending more time optimizing a piece of code and emitting the assembly than we... | ||