Sciweavers

3 search results - page 1 / 1
» C to Java: Converting Pointers into References
Sort
View
66
Voted
CONCURRENCY
1998
119views more  CONCURRENCY 1998»
14 years 9 months ago
C to Java: Converting Pointers into References
We consider the problem of converting C pointers to the less flexible concept of references. Our main application is converting scientific applications from C to Java. We provid...
Erik D. Demaine
103
Voted
OOPSLA
1999
Springer
15 years 1 months ago
Compositional Pointer and Escape Analysis for Java Programs
This paper presents a combined pointer and escape analysis algorithm for Java programs. The algorithm is based on the abstraction of points-to escape graphs, which characterize ho...
John Whaley, Martin C. Rinard
SIGMETRICS
2004
ACM
103views Hardware» more  SIGMETRICS 2004»
15 years 2 months ago
Myths and realities: the performance impact of garbage collection
This paper explores and quantifies garbage collection behavior for three whole heap collectors and generational counterparts: copying semi-space, mark-sweep, and reference counti...
Stephen M. Blackburn, Perry Cheng, Kathryn S. McKi...