本文介绍了世代垃圾收集的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好ppl,
$ b $我试图使用

代数算法为每一代应用标记扫描来实现c ++的垃圾收集器。
$ b $我无法获得有关算法的任何细节。是不是必须在每一代中分配的对象和

代本身都是以可靠的记忆位置的形式。

hello ppl,
i am trying to implement a garbage collector for c++ using the
generational algorithm applying mark-sweep to each generation.
i am unable to get any details about the algorithm. is it
necessary that the object allocated in each generation and the
generations themselves be in the form of contigious memory locations.

推荐答案





查看我的水晶球()马上给我

你可能认为有趣的事情:





HTH

chris



Looking into my crystal ball (www.google.com) immediately gives me the
following things you might consider interesting:

http://www.hpl.hp.com/personal/Hans_Boehm/gc/
http://en.wikipedia.org/wiki/Automat...age_collection

HTH
chris



这篇关于世代垃圾收集的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 01:59