【发布时间】:2012-03-26 14:03:10
【问题描述】:
page on the garbage collector 没有指定 D 是使用增量垃圾收集器还是使用 stop-the-world 版本。它确实提到了 pausing 几次,这可能暗示了一个 stop-the-world 垃圾收集器,但我不确定。
如果它不使用增量垃圾收集器,有什么特别的原因吗? stop-the-world GC 给交互式应用程序带来了困难。
【问题讨论】:
标签: garbage-collection d