scispace - formally typeset
D

Daniel Frampton

Researcher at Australian National University

Publications -  15
Citations -  2194

Daniel Frampton is an academic researcher from Australian National University. The author has contributed to research in topics: Garbage collection & Virtual machine. The author has an hindex of 12, co-authored 15 publications receiving 2077 citations.

Papers
More filters
Proceedings ArticleDOI

Stopless: a real-time garbage collector for multiprocessors

TL;DR: Stopless is the first collector that provides real-time responsiveness while preserving lock-freedom, supporting atomic operations, controlling fragmentation by compaction, and supporting modern parallel platforms.
Proceedings ArticleDOI

Why nothing matters: the impact of zeroing

TL;DR: This paper evaluates the two widely used zero initialization designs, showing that they make different tradeoffs to achieve very similar performance, and inspires three better designs: bulk zeroing with cache-bypassing (non-temporal) instructions to reduce the direct and indirect zeroing costs simultaneously.
Journal ArticleDOI

Free-Me: a static analysis for automatic individual object reclamation

TL;DR: This work comes closer to the best of both worlds by adding novel compiler and runtime support for compiler inserted frees to a garbage-collected system and evaluates free() variations for free-list and bump-pointer allocators.