Improving garbage collection-time string deduplication.

CASCON(2017)

引用 23|浏览47
暂无评分
摘要
Automatic memory management is one of the major fields of research in virtual environments. Improving garbage collection and object layout are two basic goals when optimizing mutator execution. In Java, immutable string objects are the most commonly found objects on the heap, thus inspiring many approaches to optimize their structure, placement on the heap, and to reduce the amount of duplicate memory they use. This paper aims to improve an existing approach for dynamic string deduplication during garbage collection. It is shown that the overhead and maintenance cost of this particular approach was reduced by applying multiple optimizations to the algorithm.
更多
查看译文
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要