|
计算机应用研究 2007
New Code Cache Management Scheme in Binary Translation
|
Abstract:
It is an important issue that manage the code cache efficiently in the binary translation technology.This paper presented LRC(Level-Region-Chunk) scheme that was a new code cache management scheme.It integrated the merit of the full flush scheme,FIFO scheme and multi-level cache,and took the temporal and spatial locality and code replacing overhead into account.It has good performance and efficiently manages the code cache.