dotnet/runtime
在 GitHub 查看Add triggering test for GC.AddMemoryPressure/GC.RemoveMemoryPressure
Open
#36,796 创建于 2020年5月21日
area-GC-coreclrhelp wantedincrease-code-coverage
仓库指标
- Star
- (17,886 star)
- PR 合并指标
- (平均合并 12天 11小时) (30 天内合并 661 个 PR)
描述
The underlying GC.AddMemoryPressure/GC.RemoveMemoryPressure implementations were updated in https://github.com/dotnet/runtime/pull/36767. The existing testing was questionable already and does nothing for this other algorithm. Deferring adding equivalent testing for now since this code path is not new but has been around since .NET Framework.
/cc @VSadov