summaryrefslogtreecommitdiff
path: root/src/gc/gcenv.ee.standalone.inl
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-36/+0
2019-04-24Add Medium GC Profiling Mode & ICorProfilerInfo::GetObjectReferences (#24156)Mukul Sabharwal1-2/+2
2019-03-07Fix how we check whether events are enabled via LTTng (#22707)Sung Yoon Whang1-0/+8
2018-12-26desktop port (#21523)Maoni Stephens1-0/+6
2018-11-08Remove need for full GC for unloadable stuff (#20384)Jan Vorlicek1-6/+0
2018-08-31[local gc] move DacNotifyGCMarkEnd and AnalyzeSurvivorsRequested to GCToEEIn...David Mason1-0/+12
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason1-1/+37
2018-04-06Add GetLoaderAllocatorObjectForGC to IGCToCLR (#17443)David Mason1-0/+6
2018-03-13[local gc] refactor apis for threading and suspension to avoid redundant call...David Mason1-22/+8
2018-01-31[local gc] Enable eventing (#16120)David Mason1-0/+7
2018-01-24[Local GC] FEATURE_EVENT_TRACE 2/n: Scaffolding for emitting known events (#...Sean Gillespie1-0/+6
2017-12-13Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...Jan Kotas1-0/+11
2017-12-12Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...Sean Gillespie1-11/+0
2017-11-27[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...Sean Gillespie1-0/+11
2017-11-09[Local GC] Unify background GC thread and server GC thread creation (#14821)Sean Gillespie1-8/+9
2017-10-26[Local GC] Move IsGCThread and IsGCSpecialThread to GCToEEInterface (#14685)Sean Gillespie1-0/+12
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-75/+39
2017-06-08[Local GC] Add GetThread to the GC/EE interface (#12036)Sean Gillespie1-0/+6
2017-06-05[Local GC] Add TrapReturningThreads to the GC/EE interface (#12067)Sean Gillespie1-0/+6
2017-06-01[Local GC] Obtaining configuration information (#11379)Sean Gillespie1-0/+25
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-1/+8
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/+6
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/+6
2017-03-23[Local GC] Redirect fatal errors to the EE (#10436)Sean Gillespie1-0/+6
2017-01-23[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...Sean Gillespie1-27/+57
2017-01-23[Local GC] Add three finalization-related operations to GCToEEInterface (#9029)Sean Gillespie1-0/+6
2016-12-10Local GC: Decouple write barrier operations between the GC and EE (#8568)Sean Gillespie1-0/+7
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-0/+41
2016-10-06Restore some changes lost in a merge conflict (#7512)Sean Gillespie1-0/+128
2016-09-28Add option to measure time spent inside calls to the CLR. (#7357)Peter Kukol1-128/+0
2016-09-26Introduce "IGCToCLR" and use it within the GC to interface with the EE (#7295)Sean Gillespie1-0/+128