Sciweavers

CL
2012
Springer

Object swapping challenges: An evaluation of imageSegment

11 years 7 months ago
Object swapping challenges: An evaluation of imageSegment
In object-oriented systems, runtime memory is composed of an object graph in which objects refer to other objects. This graph of objects evolves while the system is running. Graph exporting and swapping are two important object graph operations. Exporting refers to copying the graph to some other memory so that it can be loaded by another system. Swapping refers to moving the graph to a secondary memory (e.g., a hard disk) to temporary release part of the primary memory (e.g., RAM). Exporting and swapping are achieved in different ways and the speed in presence of large object graphs is critical. Nevertheless, most of the existing solutions do not address well this issue. Another challenge is to deal with common situations where objects outside the exported/swapped graph point to objects inside the graph. To correctly load back an exported subgraph, it is necessary to compute and export extra information that is not explicit in the object subgraph. This extra information is needed bec...
Mariano Martinez Peck, Noury Bouraqadi, Sté
Added 27 Sep 2012
Updated 27 Sep 2012
Type Journal
Year 2012
Where CL
Authors Mariano Martinez Peck, Noury Bouraqadi, Stéphane Ducasse, Luc Fabresse
Comments (0)