JavaScript Compilation Techniques - Wasn't JavaScript Supposed to Be Slow?
Offered By: JSConf via YouTube
Course Description
Overview
Explore advanced JavaScript compilation techniques and performance optimizations in this insightful conference talk. Delve into topics such as static scope, local eval, basic unboxing, heap management, mark and sweep algorithms, generational garbage collection, inline caching, and hidden classes. Gain a deeper understanding of how modern JavaScript engines work to improve execution speed and efficiency, challenging the notion that JavaScript is inherently slow.
Syllabus
Intro
Perspective
Static scope
Local eval == magic
Basic unboxing
The heap grows
Mark, sweep
Divide and conquer
Generational GC
Inline caching
Hidden classes
Taught by
JSConf
Related Courses
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube