Title :
Characterizing virtual memory write references for efficient page replacement in NAND flash memory
Author :
Lee, Hyejeong ; Bahn, Hyokyung
Author_Institution :
Dept. of Comput. Sci. & Eng., Ewha Univ., Seoul, South Korea
Abstract :
Recently, NAND flash memory is being used as the swap space of virtual memory as well as the file storage of embedded systems. Since temporal locality is dominant in page references of virtual memory, LRU and its approximated algorithms are widely used. However, we show that this is not true for write references. We analyze the characteristics of virtual memory read and write references separately, and find that the temporal locality of write references is weak and irregular. Based on this observation, we present a new page replacement algorithm that uses different strategies for read and write operations in predicting the re-reference likelihood of pages. For read operations, temporal locality alone is used, but for write operations, write frequency as well as temporal locality is used. The algorithm partitions the memory space into a read area and a write area to keep track of their reference patterns precisely, and then adjusts their sizes dynamically based on their reference patterns and I/O costs. Though the algorithm has no external parameter to tune, it performs better than CLOCK, CAR, and CFLRU by 20-66%. It also supports optimized implementations for virtual memory systems.
Keywords :
NAND circuits; flash memories; NAND flash memory; embedded systems; file storage; page replacement; temporal locality; virtual memory write references; Clocks; Computer science; Costs; Embedded system; Frequency; Hard disks; Memory management; Partitioning algorithms; Portable media players; Read-write memory; NAND flash memory; page replacement; temporal locality; virtual memory; write reference;
Conference_Titel :
Modeling, Analysis & Simulation of Computer and Telecommunication Systems, 2009. MASCOTS '09. IEEE International Symposium on
Conference_Location :
London
Print_ISBN :
978-1-4244-4927-9
Electronic_ISBN :
1526-7539
DOI :
10.1109/MASCOT.2009.5366768