Sciweavers

18 search results - page 1 / 4
» iwmm 2000
Sort
View
IWMM
2000
Springer
92views Hardware» more  IWMM 2000»
13 years 8 months ago
Reducing Garbage Collector Cache Misses
Hans-Juergen Boehm
IWMM
2000
Springer
82views Hardware» more  IWMM 2000»
13 years 8 months ago
A Generational Mostly-Concurrent Garbage Collector
Tony Printezis, David Detlefs
IWMM
2000
Springer
76views Hardware» more  IWMM 2000»
13 years 8 months ago
A Region-Based Memory Manager for Prolog
We extend Tofte and Talpin's region-based model for memory management to support backtracking and cuts, which makes it suitable for use with Prolog and other logic programmin...
Henning Makholm
IWMM
2000
Springer
144views Hardware» more  IWMM 2000»
13 years 8 months ago
Memory Allocation with Lazy Fits
Dynamic memory allocation is an important part of modern programming languages. It is important that it be done fast without wasting too much memory. Memory allocation using lazy ...
Yoo C. Chung, Soo-Mook Moon