Free courses from frontend to fullstack and AI
AI Engineer - Learn how to integrate AI into software applications
Overview
Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
Explore a comprehensive conference talk that examines the fundamental redesign of Julia's garbage collection system to address modern computational challenges. Learn how Julia's original mark-sweep garbage collector, while effective for high-performance computing applications, faces limitations in memory-intensive and latency-sensitive environments such as cloud computing. Discover the technical challenges posed by unpredictable stop-the-world pauses and memory fragmentation issues that affect long-running workloads, particularly in production environments at RelationalAI. Understand how years of incremental evolution embedded GC-specific constraints deep into Julia's runtime, including assumptions about object immovability that prevented advanced optimizations like heap compaction. Follow the detailed process of rearchitecting Julia's GC subsystem into a modular interface that decouples the runtime from specific collector implementations, requiring the untangling of fundamental assumptions about object movability, root management, and generational behaviors while preserving Julia's flexibility and semantics. Examine the integration of MMTk, a high-performance cross-language garbage collection framework, and learn about the implementation of multiple collectors including the Sticky Immix generational collector with opportunistic copying support. Review early performance results showing improvements in allocation and collection throughput, reduced memory fragmentation in both open-source micro-benchmarks and large-scale customer benchmarks, and understand how this integration positions Julia within a broader cross-language ecosystem for advancing garbage collection innovation, including access to cutting-edge algorithms like LXR low-latency GC.
Syllabus
Julia’s GC Reimagined: Flexibility and MMTk Integration | Netto, Eduardo de Souza Amorim
Taught by
The Julia Programming Language