summaryrefslogtreecommitdiff
path: root/src/gc
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek2-2/+0
2020-02-13Fix GC heap corruption on ARM. (#27985)Anton Lapounov1-1/+1
2020-01-14Port to 3.1 - Fix getting affinity set on MUSL on Jetson TX2 (#27957)Jan Vorlicek1-2/+2
2019-10-14Fix available memory extraction on Linux (#26764) (#26938)agoretsky3-15/+278
2019-10-03oom (#26457) (#26983)Maoni Stephens2-1/+31
2019-08-16Fix a potential division by 0 in post GC counter computation (#26085) (#26089)Sung Yoon Whang1-1/+4
2019-07-12Fixes when accessing fgn_maxgen_percent (#25650)Andy Hanson1-6/+15
2019-07-08Return HardLimitBytes from GCMemoryInfo.TotalAvailableMemoryBytes (#25437)Andy Hanson3-21/+25
2019-07-05many core (#25350)Maoni Stephens7-152/+970
2019-06-25Brick table (#25349)Peter Sollich2-18/+17
2019-06-21don't require seg size to be power of 2 for large pages (#25216)Maoni Stephens1-5/+17
2019-06-20ensure process-wide fence when updating GC write barrier on ARM64 (#25130)Vladimir Sadov1-1/+1
2019-06-15Do not export GC entrypoints outside standalone build (#25184)Michal Strehovský1-0/+4
2019-06-12Expose readonly heap segments to DAC (#25113)Michal Strehovský1-0/+1
2019-06-11CoreRT changeSuchiman1-7/+3
2019-06-11Ensure gen0_max_size to be initially >= gen0_min_sizeSuchiman1-0/+2
2019-06-11Multiple CoreRT changesSuchiman1-14/+7
2019-06-11Fix castsSuchiman2-5/+5
2019-06-11Fix Redhawk definesSuchiman2-8/+4
2019-06-11UNREFERENCED_PARAMETERSuchiman2-6/+10
2019-06-11Port typo fixes from CoreRTSuchiman6-49/+49
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky1-2/+2
2019-06-06Clear syncblock early when `VERIFY_HEAP && DEBUG` to prevent verification ass...Vladimir Sadov1-0/+11
2019-05-28Using AllocateUninitializedArray in array pool (#24504)Vladimir Sadov1-14/+28
2019-05-28Fix initial thread affinity on Linux (#24801)Jan Vorlicek1-1/+1
2019-05-24Add more runtime GC counters (#24561)Sung Yoon Whang3-118/+31
2019-05-21Fix GCToOSInterface::SetCurrentThreadIdealAffinity on Unix (#24706)Jan Vorlicek1-1/+2
2019-05-17Merge pull request #24520 from am11/freebsd/set-affinityJan Vorlicek3-4/+21
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton20-1180/+27
2019-05-14Fix issues reported by PREfast static analysis tool (#24577)Jan Kotas6-17/+9
2019-05-13Implement GC.GetTotalAllocatedBytes (#23852)Ludovic Henry4-3/+45
2019-05-11Fix CPUSET_T definition for FreeBSDAdeel3-4/+21
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky1-0/+1
2019-05-08Merge pull request #24366 from sandreenko/fixLogPrintingSergey Andreenko1-1/+1
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov3-73/+155
2019-05-02Fix some small issues with stress logging.Sergey Andreenko1-1/+1
2019-05-01When large pages are enabled, only reserve/commit 1x seg size for LOH (#24320)Andy Hanson2-6/+4
2019-04-26Typos (#24280)John Doe1-1/+1
2019-04-26Improve LOH heap balancing (#24081)Andy Hanson2-73/+135
2019-04-26Fix creation of the NUMA node to heap number mapJan Vorlicek1-9/+17
2019-04-25Merge pull request #24242 from janvorli/fix-numa-node-for-disabled-numaJan Vorlicek1-13/+13
2019-04-25Fix NUMA node for heap when NUMA is not availableJan Vorlicek1-13/+13
2019-04-24Switch to workstation GC in case of constrained CPU resources (#24194)Ludovic Henry1-5/+1
2019-04-24Add Medium GC Profiling Mode & ICorProfilerInfo::GetObjectReferences (#24156)Mukul Sabharwal7-7/+29
2019-04-23Delete unnecessary static and update GCSample to VS2019 (#24204)Jan Kotas3-6/+4
2019-04-19Large Pages on Linux & macOS (#24098)Mukul Sabharwal3-0/+12
2019-04-17Put back the CPU limiting in GCJan Vorlicek1-8/+14
2019-04-16Use delete [] on array types (#24027)Omair Majid1-1/+1
2019-04-15Delete unused YieldProcessorScalingFactor from GC (#23994)Jan Kotas3-15/+0
2019-04-15Merge pull request #23981 from VSadov/arm32fix22422Vladimir Sadov1-36/+8