-
1
-
-
1442288713
-
Controlling fragmentation and space consumption in the metronome, a real-time garbage collector for Java
-
ACM Press
-
D. F. Bacon, P. Cheng, and V. T. Rajan. Controlling fragmentation and space consumption in the metronome, a real-time garbage collector for Java. In LCTES '03: Proceedings of the 2003 ACM SIGPLAN conference on Language, compiler, and tool for embedded systems, pages 81-92. ACM Press, 2003.
-
(2003)
LCTES '03: Proceedings of the 2003 ACM SIGPLAN Conference on Language, Compiler, and Tool for Embedded Systems
, pp. 81-92
-
-
Bacon, D.F.1
Cheng, P.2
Rajan, V.T.3
-
3
-
-
0003759983
-
Compacting garbage collection with ambiguous roots
-
DEC Western Research Laboratory, February
-
J. F. Bartlett. Compacting garbage collection with ambiguous roots. Technical Report 88/2, DEC Western Research Laboratory, February 1988.
-
(1988)
Technical Report
, vol.88
, Issue.2
-
-
Bartlett, J.F.1
-
5
-
-
0035551807
-
Pretenuring for Java
-
ACM Press
-
S. M. Blackburn, S. Singhai, M. Hertz, K. S. McKinely, and J. E. B. Moss. Pretenuring for Java. In Proceedings of the 16th ACM SIGPLAN Conference on Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA), pages 342-352. ACM Press, 2001.
-
(2001)
Proceedings of the 16th ACM SIGPLAN Conference on Object-oriented Programming, Systems, Languages, and Applications (OOPSLA)
, pp. 342-352
-
-
Blackburn, S.M.1
Singhai, S.2
Hertz, M.3
McKinely, K.S.4
Moss, J.E.B.5
-
7
-
-
0024085322
-
Garbage collection in an uncooperative environment
-
H.-J. Boehm and M. Weiser. Garbage collection in an uncooperative environment. Softw. Pract. Exper., 18(9):807-820, 1988.
-
(1988)
Softw. Pract. Exper.
, vol.18
, Issue.9
, pp. 807-820
-
-
Boehm, H.-J.1
Weiser, M.2
-
8
-
-
0021658339
-
Trading data space for reduced time and code space in real-time garbage collection on stock hardware
-
ACM Press
-
R. A. Brooks. Trading data space for reduced time and code space in real-time garbage collection on stock hardware. In Proceedings of the 1984 ACM Symposium on LISP and functional programming, pages 256-262. ACM Press, 1984.
-
(1984)
Proceedings of the 1984 ACM Symposium on LISP and Functional Programming
, pp. 256-262
-
-
Brooks, R.A.1
-
11
-
-
84976673799
-
A nonrecursive list compacting algorithm
-
C. J. Cheney. A nonrecursive list compacting algorithm. Commun. ACM, 13(11):677-678, 1970.
-
(1970)
Commun. ACM
, vol.13
, Issue.11
, pp. 677-678
-
-
Cheney, C.J.1
-
15
-
-
21644456057
-
Garbage-first garbage collection
-
ACM Press
-
D. Detlefs, C. Flood, S. Heller, and T. Printezis. Garbage-first garbage collection. In ISMM '04: Proceedings of the 4th international symposium on Memory management, pages 37-48. ACM Press, 2004.
-
(2004)
ISMM '04: Proceedings of the 4th International Symposium on Memory Management
, pp. 37-48
-
-
Detlefs, D.1
Flood, C.2
Heller, S.3
Printezis, T.4
-
16
-
-
0018030792
-
On-the-fly garbage collection: An exercise in cooperation
-
E. W. Dijkstra, L. Lamport, A. J. Martin, C. S. Scholten, and E. F. M. Steffens. On-the-fly garbage collection: an exercise in cooperation. Commun. ACM, 21(11):966-975, 1978.
-
(1978)
Commun. ACM
, vol.21
, Issue.11
, pp. 966-975
-
-
Dijkstra, E.W.1
Lamport, L.2
Martin, A.J.3
Scholten, C.S.4
Steffens, E.F.M.5
-
17
-
-
0014599677
-
A lisp garbage-collector for virtual-memory computer systems
-
R. R. Fenichel and J. C. Yochelson. A lisp garbage-collector for virtual-memory computer systems. Commun. ACM, 12(11):611-612, 1969.
-
(1969)
Commun. ACM
, vol.12
, Issue.11
, pp. 611-612
-
-
Fenichel, R.R.1
Yochelson, J.C.2
-
21
-
-
84976818965
-
Incremental incrementally compacting garbage collection
-
New York, NY, USA, ACM Press
-
B. Lang and F. Dupont. Incremental incrementally compacting garbage collection. In SIGPLAN '87: Papers of the Symposium on Interpreters and interpretive techniques, pages 253-263, New York, NY, USA, 1987. ACM Press.
-
(1987)
SIGPLAN '87: Papers of the Symposium on Interpreters and Interpretive Techniques
, pp. 253-263
-
-
Lang, B.1
Dupont, F.2
-
22
-
-
0020765079
-
A real-time garbage collector based on the lifetimes of objects
-
June
-
H. Lieberman and C. Hewitt. A real-time garbage collector based on the lifetimes of objects. Communications of the ACM, 26(6):419-429, June 1983.
-
(1983)
Communications of the ACM
, vol.26
, Issue.6
, pp. 419-429
-
-
Lieberman, H.1
Hewitt, C.2
-
23
-
-
84936896337
-
Recursive functions of symbolic expressions and their computation by machine, part i
-
J. L. McCarthy. Recursive functions of symbolic expressions and their computation by machine, part i. Communications of the ACM, 3(4):184-195, 1960.
-
(1960)
Communications of the ACM
, vol.3
, Issue.4
, pp. 184-195
-
-
McCarthy, J.L.1
-
25
-
-
1442264005
-
Mark-copy: Fast copying gc with less space overhead
-
ACM Press
-
N. Sachindran and J. E. B. Moss. Mark-copy: fast copying gc with less space overhead. In Proceedings of the 18th ACM SIGPLAN conference on Object-Oriented Programing, Systems, Languages, and Applications, pages 326-343. ACM Press, 2003.
-
(2003)
Proceedings of the 18th ACM SIGPLAN Conference on Object-oriented Programing, Systems, Languages, and Applications
, pp. 326-343
-
-
Sachindran, N.1
Moss, J.E.B.2
-
26
-
-
17244376473
-
Comparing mostly-copying and mark-sweep conservative collection
-
F. Smith and G. Morrisett. Comparing mostly-copying and mark-sweep conservative collection. ACM SIGPLAN Notices, 34(3):68-78, 1999.
-
(1999)
ACM SIGPLAN Notices
, vol.34
, Issue.3
, pp. 68-78
-
-
Smith, F.1
Morrisett, G.2
-
27
-
-
34248367852
-
-
Last viewed April 14, 2005
-
Sun Microsystems, Inc. JNI - Java Native Interface. http://java.sun.com/ j2se/1.4.1/docs/guide/jni/. Last viewed April 14, 2005.
-
JNI - Java Native Interface
-
-
|