Code 2016
Memory Management in V8
About this presentation
<span style="font-weight: 400;">Long garbage collection pauses in JavaScript, can lead to noticeable performance degradation and poor user-experiences. Understanding this garbage collection mechanism is essential to building advanced applications with effective memory management.</span> <span style="font-weight: 400;">This talk will cover the fundamentals of automatic memory management in the V8 JavaScript engine. We will also discuss some upcoming optimisations that are aimed directly at tackling garbage collection jank. Finally, we will explore some common memory problems, as well as the tools and techniques available for diagnosing them.</span>