首页    期刊浏览 2024年10月07日 星期一
登录注册

文章基本信息

  • 标题:Code cache management based on working set in dynamic binary translator
  • 本地全文:下载
  • 作者:Ma Ruhui ; Guan Haibing ; Zhu Erzhou
  • 期刊名称:Computer Science and Information Systems
  • 印刷版ISSN:1820-0214
  • 电子版ISSN:2406-1018
  • 出版年度:2011
  • 卷号:8
  • 期号:3
  • 页码:653-671
  • DOI:10.2298/CSIS100327022M
  • 出版社:ComSIS Consortium
  • 摘要:

    Software code cache employed to store translated or optimized codes, amortizes the overhead of dynamic binary translation via reusing of stored-altered copies of original program instructions. Though many conventional code cache managements, such as Flush, Least-Recently Used (LRU), have been applied on some classic dynamic binary translators, actually they are so unsophisticated yet unadaptable that it not only brings additional unnecessary overhead, but also wastes much cache space, since there exist several noticeable features in software code cache, unlike pages in memory. Consequently, this paper presents two novel alternative cache schemes-SCC (Static Code Cache) and DCC (Dynamic Code Cache) based on working set. In these new schemes, we utilize translation rate to judge working set. To evaluate these new replacement policies, we implement them on dynamic binary translator-CrossBit with several commonplace code cache managements. Through the experiment results based on benchmark SPECint 2000, we achieve better performance improvement and cache space utilization ratio.

  • 关键词:code cache management; working set; replacement strategy; code block; bounded code cache
国家哲学社会科学文献中心版权所有