Safe Memory Reclamation Techniques
By: Ajay Singh
Potential Business Impact:
Keeps computer programs from crashing when busy.
Safe memory reclamation is crucial to memory safety for optimistic and lock-free concurrent data structures in non garbage collected programming languages. However, several challenges arise in designing an ideal safe memory reclamation algorithm, including achieving high speed and scalability, easy of use for programmers, applicability to wide class of data structures, managing the large memory footprint caused by delayed freeing of memory for safety and performance, and avoiding asymmetric overhead on data structure operations. Several approaches to designing safe memory reclamation algorithms are studied by blending ideas and tools from across the hardware-software stack. These solutions cross traditional boundaries and exploit features exposed at different layers.
Similar Papers
Recoverable Lock-Free Locks
Distributed, Parallel, and Cluster Computing
Makes computer programs safer and able to fix themselves.
Solutions for Distributed Memory Access Mechanism on HPC Clusters
Distributed, Parallel, and Cluster Computing
Lets computers share memory super fast.
Dynamic reconfiguration for malleable applications using RMA
Distributed, Parallel, and Cluster Computing
Lets big computer programs change size without stopping.