summaryrefslogtreecommitdiff
path: root/src/gc/sample/gcenv.ee.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-30/+0
2019-04-24Add Medium GC Profiling Mode & ICorProfilerInfo::GetObjectReferences (#24156)Mukul Sabharwal1-1/+1
2019-04-23Delete unnecessary static and update GCSample to VS2019 (#24204)Jan Kotas1-2/+0
2019-03-18Fix explicit constructor calls and Remove multi-line comments (#23162)Sinan Kaya1-0/+4
2019-02-07Fix GCSample bit rot (#22462)Jan Kotas1-2/+9
2018-11-08Remove need for full GC for unloadable stuff (#20384)Jan Vorlicek1-5/+0
2018-08-31[local gc] move DacNotifyGCMarkEnd and AnalyzeSurvivorsRequested to GCToEEIn...David Mason1-0/+10
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason1-1/+31
2018-04-06Add GetLoaderAllocatorObjectForGC to IGCToCLR (#17443)David Mason1-0/+5
2018-03-13[local gc] refactor apis for threading and suspension to avoid redundant call...David Mason1-23/+22
2017-12-13Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...Jan Kotas1-0/+8
2017-12-12Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...Sean Gillespie1-8/+0
2017-11-27[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...Sean Gillespie1-0/+8
2017-11-09[Local GC] Unify background GC thread and server GC thread creation (#14821)Sean Gillespie1-7/+6
2017-10-26[Local GC] Move IsGCThread and IsGCSpecialThread to GCToEEInterface (#14685)Sean Gillespie1-0/+10
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-12/+0
2017-06-08[Local GC] Add GetThread to the GC/EE interface (#12036)Sean Gillespie1-0/+5
2017-06-05[Local GC] Add TrapReturningThreads to the GC/EE interface (#12067)Sean Gillespie1-0/+5
2017-06-01[Local GC] Obtaining configuration information (#11379)Sean Gillespie1-38/+13
2017-04-09[Local GC] Move knowledge of the free object method table outside of the GC (...Sean Gillespie1-0/+5
2017-04-05[Local GC] Pull some logic using SystemDomain::System out of the GC (#10670)Sean Gillespie1-0/+5
2017-04-05[Local GC] Move Weak Reference finalization out of the GC (#10676)Sean Gillespie1-0/+6
2017-04-01[Local GC] Move some EE-specific finalize-on-unload logic out of the GC (#10598)Sean Gillespie1-0/+5
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-2/+2
2017-03-23[Local GC] Redirect fatal errors to the EE (#10436)Sean Gillespie1-0/+5
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-0/+2
2017-01-23[Local GC] Add three finalization-related operations to GCToEEInterface (#9029)Sean Gillespie1-8/+1
2016-12-15Switch GCSample to the canonical GCToOSInterface implementation (#8653)Jan Kotas1-0/+6
2016-12-10Local GC: Decouple write barrier operations between the GC and EE (#8568)Sean Gillespie1-8/+4
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-0/+28
2016-10-06Restore some changes lost in a merge conflict (#7512)Sean Gillespie1-1/+1
2016-09-28Add option to measure time spent inside calls to the CLR. (#7357)Peter Kukol1-1/+1
2016-09-26Introduce "IGCToCLR" and use it within the GC to interface with the EE (#7295)Sean Gillespie1-1/+1
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-2/+2
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-3/+3
2016-07-21Refactor GC background thread creation (#6384)Jan Vorlicek1-7/+2
2016-07-09Fix exceptions in GC (#6192)Jan Vorlicek1-4/+12
2016-06-20Fix GC background thread start in OOM (#5840)Jan Vorlicek1-12/+6
2016-06-14My last fix of checking whether the runtime was suspended was incomplete.Maoni01-1/+1
2016-06-07Update GC from CoreRT (#5522)Jan Kotas1-0/+5
2016-04-12Implement software write watch and make concurrent GC functional outside WindowsKoundinya Veluri1-2/+10
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-26Update GC from CoreRTJan Kotas1-2/+2
2016-01-08Fix building of GCSample on x86 via the standalone VS projectJan Kotas1-1/+1
2015-12-24GC OS interface refactoringJan Vorlicek1-0/+289