Sciweavers

99 search results - page 1 / 20
» Compiler-Cooperative Memory Management in Java
Sort
View
ERSHOV
2001
Springer
15 years 2 months ago
Compiler-Cooperative Memory Management in Java
Vitaly V. Mikheev, Stanislav A. Fedoseev
71
Voted
ISPASS
2003
IEEE
15 years 2 months ago
Evaluating the importance of virtual memory for Java
The Java language has rapidly become widespread and it is being used to implement a broad range of applications, including applications with high resource requirements. For this r...
Yolanda Becerra, Toni Cortes, Jordi Garcia, Nacho ...
ISORC
2008
IEEE
15 years 3 months ago
Memory Management for Real-Time Java: State of the Art
The Real-time Specification for Java extends the Java platform to support real-time processing and introduces a region-based memory model, called scoped memory, which side-steps ...
Filip Pizlo, Jan Vitek
IWMM
2011
Springer
254views Hardware» more  IWMM 2011»
14 years 11 days ago
Short-term memory for self-collecting mutators
We propose a new memory model called short-term memory for managing objects on the heap. In contrast to the traditional persistent memory model for heap management, objects in sho...
Martin Aigner, Andreas Haas, Christoph M. Kirsch, ...
77
Voted
CASES
2000
ACM
15 years 1 months ago
Eliminating external fragmentation in a non-moving garbage collector for Java
Fragmentation can cause serious loss of memory in systems that are using dynamic memory management. Any useful memory management system must therefore provide means to limit fragm...
Fridtjof Siebert