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]]
A Stoa is a public space where people can meet and collaborate.
๐Ÿ“– Document at https://doc.anagora.org/20200720132822-javascript_engines_the_good_parts
๐Ÿ“น Meeting at https://framatalk.org/20200720132822-javascript_engines_the_good_parts
๐Ÿ“š Node [[20200720132822-javascript_engines_the_good_parts]]
โ†ณ ๐Ÿ““ Resource [[@ryan/20200720132822 javascript_engines_the_good_parts]]
๐Ÿ““ garden/ryan/literature/20200720132822-javascript_engines_the_good_parts.md by @ryan

JavaScript Engines: The Good Parts

tags : [[JavaScript]]

source

Notes

  • Steps for JavaScript interpretation:
    1. Source code -> parser -> AST
    2. AST -> interpreter -> bytecode
    3. 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

Loading pushes...

Rendering context...