Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix one source of perf regression in GCHeap::Alloc. This impacts the …
…System.Collections.CtorFromCollectionNonGeneric<Int32> family of benchmarks. (#64091) These benchmarks manage to make GCHeap::Alloc into a hotspot, so the call to IsHeapPointer() at the end matters for performance.
- Loading branch information