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
Introduction à la programmation orientée objet (en Java)École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction to Programming for Musicians and Digital Artists
California Institute of the Arts via Coursera Beginning Game Programming with C#
University of Colorado System via Coursera Paradigms of Computer Programming
Université catholique de Louvain via edX