【24h】

Reducing Sweep Time for a Nearly Empty Heap

机译:减少扫描时间,使堆几乎空了

获取原文

摘要

Mark and sweep garbage collectors are known for using time proportional to the heap size when sweeping memory, since all objects in the heap, regardless of whether they are live or not, must be vistied in order to reclaim the memory occupied by dead objects. This paper introduces a sweeping method which traverses only the live objects, so that sweeping can be done in time dependent only on the number of live objects in the heap.
机译:标记和清除垃圾收集器在扫描内存时使用的时间与堆大小成正比,这是众所周知的,因为必须回收堆中的所有对象(无论它们是否处于活动状态),以回收死对象占用的内存。本文介绍了仅遍历活动对象的清除方法,因此可以仅依赖于堆中活动对象的数量来及时进行清除。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号