Data structure aware garbage collector

N Cohen, E Petrank - Proceedings of the 2015 International Symposium …, 2015 - dl.acm.org
Garbage collection may benefit greatly from knowledge about program behavior, but most
managed languages do not provide means for the programmer to deliver such knowledge …

Modeling heap data growth using average liveness

P Li, C Ding, H Luo - ACM SIGPLAN Notices, 2014 - dl.acm.org
Most of today's programs make use of a sizable heap to store dynamic data. To characterize
the heap dynamics, this paper presents a set of metrics to measure the average amount of …

A study of connected object locality in NUMA heaps

K Alnowaiser - Proceedings of the workshop on Memory Systems …, 2014 - dl.acm.org
Reference locality is vital to the performance of parallel Garbage Collection (GC) running on
Non-Uniform Memory Access (NUMA) machines. A GC thread may trace remotely placed …

Deep object graph traversal

A Micic, SZ Rana - US Patent 11,194,714, 2021 - Google Patents
(57) ABSTRACT A first thread of a garbage collector can determine fields, in class metadata
assigned to objects contained in a local memory, that are self-referencing fields. For a …

Deep object graph traversal

A Micic, SZ Rana - US Patent 11,204,866, 2021 - Google Patents
A first thread of a garbage collector can determine fields, in class metadata assigned to
objects contained in a local memory, that are self-referencing fields. For a plurality of the …

[图书][B] Optimizing memory management using timescale theories

P Li - 2017 - search.proquest.com
Big data computation poses a challenge to memory management in today's storage
systems. Widely used techniques include garbage collection to guarantee memory safety …

Garbage collection optimization for non uniform memory access architectures

KA Alnowaiser - 2016 - theses.gla.ac.uk
Cache-coherent non uniform memory access (ccNUMA) architecture is a standard design
pattern for contemporary multicore processors, and future generations of architectures are …

[引用][C] Java garbage collector selection using object oriented software metrics

G Sazak - 2017 - Fen Bilimleri Enstitüsü

[引用][C] Memory Management: From Theory to Practice

N Cohen, E Petrank - 2016 - Computer Science Department …