This you find around the ๐ Internet
๐ Web search with
Google
โข Bing
โข DuckDuckGo
โข Marginalia
โข Reddit
โข Spotify
โข TikTok
โข Tootfinder
โข X
โข Yandex
โข Youtube
โข YTM
This you find in the ๐๏ธ Agora
๐ฃ๏ธ Stoas for [[@ryan/20200720132822 javascript_engines_the_good_parts]]
๐ Node [[20200720132822-javascript_engines_the_good_parts]]
โณ ๐ Resource [[@ryan/20200720132822 javascript_engines_the_good_parts]]
JavaScript Engines: The Good Parts
tags
: [[JavaScript]]
source
Notes
-
Steps for JavaScript interpretation:
- Source code -> parser -> AST
- AST -> interpreter -> bytecode
- interpreter -> optimizer -> optimized code
- V8 interpreter takes profiling data on โhotโ functions, optimizes that code
- SpiderMonkey partially optimizes code and then further optimizes code based on hot code
Rendering context...