Optimistic Stack Allocation and Dynamic Heapification for Managed Runtimes
Offered By: ACM SIGPLAN via YouTube
Course Description
Overview
Explore a 20-minute conference talk from PLDI 2024 that introduces a novel approach to optimizing memory allocation in managed object-oriented languages. Delve into the proposed static+dynamic scheme that leverages precise static escape analysis for stack allocation while addressing soundness and efficiency concerns in runtime environments. Learn about three key ideas: optimistic stack allocation during JIT compilation, dynamic heapification to handle optimism invalidation, and stack ordering to reduce overhead. Discover how this approach, implemented in the Soot optimization framework and Eclipse OpenJ9 VM, significantly reduces garbage collection cycles and improves performance, particularly in constrained-memory environments. Gain insights into the evaluation results comparing this scheme with existing escape analysis techniques.
Syllabus
[PLDI24] Optimistic Stack Allocation and Dynamic Heapification for Managed Runtimes
Taught by
ACM SIGPLAN
Related Courses
Heterogeneous Parallel ProgrammingUniversity of Illinois at Urbana-Champaign via Coursera Advanced Operating Systems
Georgia Institute of Technology via Udacity 計算機程式設計 (Computer Programming)
National Taiwan University via Coursera Introduction to Operating Systems
Georgia Institute of Technology via Udacity Android Performance
Google via Udacity