Sciweavers

2062 search results - page 4 / 413
» Hardware Objects for Java
Sort
View
ISPDC
2003
IEEE
13 years 11 months ago
A Java Middleware Platform for Resource-Aware Distributed Applications
This paper reports the development of D-RAJE (Distributed Resource-Aware Java Environment), a Java-based middleware platform that makes it possible to model and to monitor resourc...
Frédéric Guidec, Yves Mahéo, ...
MSS
2003
IEEE
84views Hardware» more  MSS 2003»
13 years 11 months ago
Views, Objects, and Persistence for Accessing a High Volume Global Data Set
Efficient access methods are reviewed and explored in relation to the global surface hourly data set and several of its derivative products. Typical access paradigms are compared ...
Richard T. Baldwi
ASPLOS
2004
ACM
13 years 11 months ago
Software prefetching for mark-sweep garbage collection: hardware analysis and software redesign
Tracing garbage collectors traverse references from live program variables, transitively tracing out the closure of live objects. Memory accesses incurred during tracing are essen...
Chen-Yong Cher, Antony L. Hosking, T. N. Vijaykuma...
IWMM
2004
Springer
101views Hardware» more  IWMM 2004»
13 years 11 months ago
Region analysis and transformation for Java programs
This paper presents a region analysis and transformation framework for Java programs. Given an input Java program, the compiler automatically translates it into an equivalent outp...
Sigmund Cherem, Radu Rugina
IWMM
2000
Springer
108views Hardware» more  IWMM 2000»
13 years 9 months ago
Implementing an On-the-Fly Garbage Collector for Java
Java uses garbage collection (GC) for the automatic reclamation of computer memory no longer required by a running application. GC implementations for Java Virtual Machines (JVM) ...
Tamar Domani, Elliot K. Kolodner, Ethan Lewis, Eli...