Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-14Avoid declaring an object cannot fit in a segment if we already have committe...Andrew Au
2021-07-02Fix fix_allocation_context for regions (#54931)Andrew Au
2021-06-30Saw the ASSERT_HOLDING_SPIN_LOCK fail in the region allocator. (#54896)Peter Sollich
2021-06-29Found a race condition where the LOH flag on a segment is set too late. This ...Peter Sollich
2021-06-23Fix finalizer issue with regions (#54550)Peter Sollich
2021-06-22Fix a memory corruption caused by an integer overflow (#54510)Andrew Au
2021-06-22get rid of an unnecessary join (#54312)Maoni Stephens
2021-06-22Fix deadlock (#54426)Andrew Au
2021-06-11In gc_heap::walk_heap_per_heap, we need to iterate through the SOH generation...Peter Sollich
2021-06-10Fix mark overflow for regions (#53929)Peter Sollich
2021-06-09Fix process background segment end (#53879)Peter Sollich
2021-06-09Remove an erroneous check (#53889)Andrew Au
2021-06-09Improve GC stress log instrumentation (#53547)Andrew Au
2021-06-08Implement descr_generations_to_profiler for regions (#53706)Andrew Au
2021-06-04Fix large object allocation (#53589)Peter Sollich
2021-06-03Avoid setting the brick of the next region during sweep in plan (#53446)Andrew Au
2021-05-17enable regions by default in standalone gc (#52716)Manish Godse
2021-05-13Low level API support for Objective-C interop. (#52146)Aaron Robinson
2021-05-12Allow overriding processor count via configuration setting (#52492)Anton Lapounov
2021-05-11fixing assert for accounting (#52573)Maoni Stephens
2021-05-06Allocate initial regions (#51752)Andrew Au
2021-05-05Instroduce the DPAD feature (Dynamic Promotion And Demotion) feature for regi...Maoni Stephens
2021-05-04Fix issue 47805 (#52183)Peter Sollich
2021-04-22Fix a build error when USE_REGIONS is turned on (#51660)Andrew Au
2021-04-21Allow region_allocator to allocate from the right (#50973)Andrew Au
2021-04-16Fail the GCHeap initialization if large page is specified without a heap hard...Andrew Au
2021-04-14Improve background mark stack overflow performance (#50214)Andrew Au
2021-04-13Fix card mark stealing issue (#51104)Peter Sollich
2021-04-09Make sure separated_poh_p and use_large_pages_p works together (#50665)Andrew Au
2021-04-08Make some region parameters configurable (#50603)Andrew Au
2021-03-26Lock region allocator (#49990)Peter Sollich
2021-03-25Port misc changes from feature/NativeAOT (#50212)Jan Kotas
2021-03-17Fix card marking stealing for regions (#49704)Peter Sollich
2021-03-16Do not pin free object for STRESS_REGIONS (#49547)Andrew Au
2021-03-14Use same brick size for both x64 and ARM64 (#49581)Jan Kotas
2021-02-27region memory limit (#48691)Maoni Stephens
2021-02-25Dprintf optimization (#47046)Peter Sollich
2021-02-17Fix issue 41928 (#48295)Peter Sollich
2021-02-10fixed a few issues for regions (#48043)Maoni Stephens
2021-02-06The min address within the segment should be computed using max (#47926)Andrew Au
2021-02-02Fix plan phase policy bug with regions (#47622)Peter Sollich
2021-01-27Mark list for regions (#46979)Peter Sollich
2021-01-21Fix call to GcWeakPtrScanBySingleThread (#47225)Peter Sollich
2021-01-15regions BGC work (#46972)Maoni Stephens
2020-12-23a bit more cleanup for regions (#46348)Maoni Stephens
2020-12-18Code cleanup (#45950)Maoni Stephens
2020-12-08Equalize marklists (#41599)Peter Sollich
2020-12-08December infra rollout - remove duplicated 'src' from coreclr subrepo (src/co...Tomáš Rylek