Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Boo 有垃圾收集器吗?哪种类型?
由于它是一种 .NET/CLR 语言,因此它依赖于该基础架构提供的垃圾收集器。尽管垃圾收集器是基础设施的实现细节。
两个主要的 CLR 实现是 Microsoft .NET Framework 和 mono 项目。如果您有兴趣,可以阅读有关MS.NET GC或Mono GC的实现。