世代垃圾收集 [英] generational garbage collection

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

问题描述

你好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.

推荐答案

您能告诉我们您是指托管C ++(。NET)

还是非托管C ++?谢谢。

Could you please tell us whether you are referring to managed C++(.NET)
or unmanaged C++? Thank you.




" Arvind" < AR **** @ yahoo.co.in>在消息中写道

news:11 ********************** @ g14g2000cwa.googlegr oups.com ...

"Arvind" <ar****@yahoo.co.in> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
你好ppl,
我正在尝试使用
代数算法为每一代应用标记扫描来实现c ++的垃圾收集器。
我无法获得有关算法。是否有必要在每一代中分配的对象和
世代本身都是有条件的记忆位置。
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.




查看我的水晶球( www.google.com )马上给我

你可能认为有趣的事情:

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


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


Chris,Arvind是一位知名的计算机科学处理器。他可能已经知道了你发现的链接,我认为Arvind正在寻找那些在学术界实际从事过C ++垃圾收集工作的人们。

行业(即MSFT)。谢谢。

Chris, Arvind is a renowed a computer science processor. He may already
know about the links you found, I think Arvind is looking for people
who have actually worked on C++ garbage collection in academia or
industry(i.e. MSFT). Thank you.


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

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆