当前单声道默认垃圾收集器
current mono default garbage collector
mono 4.2 中当前的 GC 实现是什么?
根据http://www.mono-project.com/docs/about-mono/releases/3.2.0/:
Mono now defaults to the SGen Garbage Collector.
根据http://www.mono-project.com/docs/about-mono/releases/4.4.0/(预览更新日志):
The libmono library now defaults to using Mono with SGen, previously, it defaulted to Boehm.
提前感谢您解决这个问题。
SGen
是默认收集器。
Miguel de Icaza 于 2016 年 1 月 14 日发布:
Mono's Cooperative Mode for SGen GC
As of today, Mono's Coop engine can either be compiled in by default (by passing --with-cooperative-gc to configure), or by setting the MONO_ENABLE_COOP environment variable to any value.
We have used a precursor of Coop for about 18 months, and now we have a fully productized version of it on Mono master and we are looking for developers to try it out.
We are hoping to enable this by default next year. 1 Astute readers will notice that it still took years of development to make SGen the default collector in Mono.
mono 4.2 中当前的 GC 实现是什么?
根据http://www.mono-project.com/docs/about-mono/releases/3.2.0/:
Mono now defaults to the SGen Garbage Collector.
根据http://www.mono-project.com/docs/about-mono/releases/4.4.0/(预览更新日志):
The libmono library now defaults to using Mono with SGen, previously, it defaulted to Boehm.
提前感谢您解决这个问题。
SGen
是默认收集器。
Miguel de Icaza 于 2016 年 1 月 14 日发布:
Mono's Cooperative Mode for SGen GC
As of today, Mono's Coop engine can either be compiled in by default (by passing --with-cooperative-gc to configure), or by setting the MONO_ENABLE_COOP environment variable to any value.
We have used a precursor of Coop for about 18 months, and now we have a fully productized version of it on Mono master and we are looking for developers to try it out.
We are hoping to enable this by default next year. 1 Astute readers will notice that it still took years of development to make SGen the default collector in Mono.