summaryrefslogtreecommitdiff
path: root/src/gc
AgeCommit message (Expand)AuthorFilesLines
2019-03-22Merge pull request #23366 from andy-ms/heap_hard_limitAndy Hanson2-5/+5
2019-03-20Don't compact LOH just because a heap_hard_limit existsAndy Hanson2-5/+5
2019-03-18Fix for running in a container without mem limit set on Windows; (#23297)Maoni Stephens2-10/+24
2019-03-18Fix explicit constructor calls and Remove multi-line comments (#23162)Sinan Kaya1-0/+4
2019-03-17Fix conversion issuesSinan Kaya1-1/+1
2019-03-15Fix GetFullAffinityMask for cpuCount==64 (#23276)Jan Vorlicek1-1/+6
2019-03-14Fix GetProcessAffinityMask (#23247)Jan Vorlicek1-11/+6
2019-03-11Merge pull request #23093 from franksinankaya/gcc_warnings_9Jan Vorlicek2-3/+3
2019-03-07Fix how we check whether events are enabled via LTTng (#22707)Sung Yoon Whang6-10/+54
2019-03-07Fix signed compare warningsSinan Kaya2-3/+3
2019-03-01Revert heapcount and enable CPU Groups to fix Ubuntu FPE (#22861)Varun Venkatesan1-1/+23
2019-02-28Fix keyword for PinPlugAtGCTime event (#22806)Sung Yoon Whang1-1/+1
2019-02-22Enable FEATURE_BASICFREEZE (#22776)Mukul Sabharwal5-28/+24
2019-02-22More GNUC Fixes (#22687)Sinan Kaya4-10/+33
2019-02-21Cleanup unnecessary COUNTER_ONLY (#22759)Jan Kotas2-2/+2
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang3-4/+6
2019-02-21increasing LocalGC version to 3 for 3.0 (#22751)Maoni Stephens1-1/+1
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya1-1/+1
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-0/+2
2019-02-07Fix GCSample bit rot (#22462)Jan Kotas6-19/+35
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens8-259/+835
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara7-18/+0
2019-01-15allocate the right number of slots for the handle table when number of proces...David Mason1-1/+1
2019-01-10Normalize a few more spin-wait loops (#21586)Koundinya Veluri3-7/+13
2019-01-03Fix GC for collectible array of pure value types (#21782)Jan Vorlicek1-0/+13
2018-12-26desktop port (#21523)Maoni Stephens11-679/+1346
2018-12-15Enable PinPlugAtGCTime event for standalone GC (#21543)Sung Yoon Whang3-4/+7
2018-12-10make GC/GCHandle tracing pay-for-play (#21479)Sung Yoon Whang1-3/+6
2018-12-10Fix for SetGCHandle event not getting emitted when running under Standalone G...Sung Yoon Whang1-2/+1
2018-11-30Fix perf issues with GetCurrentThreadHomeHeapNumber (#21150)David Mason2-11/+7
2018-11-28Improve performance of cgroup access (#21229)Jan Vorlicek3-30/+59
2018-11-16Fix unloadability races (#21024)Jan Vorlicek1-3/+0
2018-11-13n_heaps needs to be initialized before init_static_data is called (#20968)Maoni Stephens1-2/+1
2018-11-08Remove need for full GC for unloadable stuff (#20384)Jan Vorlicek5-34/+0
2018-11-06Pull out GetContainingObjectAndrew Au2-39/+25
2018-11-06find_objectMaoni02-25/+39
2018-11-06Loop-free GC rounding helpers with _BitScanReverse. (#20157)Jack Pappas3-66/+111
2018-10-31Make BitScanForward/BitScanForward64 PAL wrappers branchless. (#20412)Jack Pappas1-22/+22
2018-10-19Local GC - Fix GCToOSInterface::GetPhysicalMemoryLimit (#20495)David Mason1-12/+6
2018-10-08Fix SegmentInitialize for OS_PAGE_SIZE > 4k (#20280)Jan Vorlicek1-4/+1
2018-10-04Typos (#20271)John Doe1-1/+1
2018-09-25Porting fix on Desktop for VirtualUnlock perf issue on WKS GC when we reset m...Sung Yoon Whang1-1/+9
2018-09-18Add gc header files to vcxproj file to improve user experience (#19980)Jacek Blaszczynski1-0/+40
2018-09-14convert HandleStore::_underlyingBucket to a pointer (#19935)David Mason3-17/+2
2018-09-12Fix GC for collectible classes (#19892)Jan Vorlicek1-0/+5
2018-09-10Add GetCacheSizePerLogicalCpu and GetCurrentProcessCpuCount to gcenv for wind...David Mason1-4/+256
2018-08-31Enable gc_profiling for local gc (#19777)David Mason1-11/+1
2018-08-31[local gc] move DacNotifyGCMarkEnd and AnalyzeSurvivorsRequested to GCToEEIn...David Mason5-38/+33
2018-08-27re-enable com for local gc (#19681)David Mason2-10/+3
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason22-161/+433