summaryrefslogtreecommitdiff
path: root/src/vm/gcenv.ee.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-12-26desktop port (#21523)Maoni Stephens1-3/+52
2018-12-13Setting the m_willBlockOnGarbageCollectionEvent earlier and only when we will...Andrew Au1-2/+4
2018-11-30Fix perf issues with GetCurrentThreadHomeHeapNumber (#21150)David Mason1-1/+5
2018-11-08Remove need for full GC for unloadable stuff (#20384)Jan Vorlicek1-13/+0
2018-11-06Firing the GC events within the thread suspensionAndrew Au1-6/+4
2018-11-06The GC events are now working, somewhat ...Andrew Au1-30/+33
2018-11-06Saving progress - works towards gc eventsAndrew Au1-1/+4
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-7/+3
2018-08-31[local gc] move DacNotifyGCMarkEnd and AnalyzeSurvivorsRequested to GCToEEIn...David Mason1-0/+34
2018-08-27re-enable com for local gc (#19681)David Mason1-3/+1
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason1-1/+49
2018-08-11[local gc] disable feature redhawk (#17769)David Mason1-1/+1
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas1-12/+3
2018-05-30Improve the labeling of .NET Threads. (#18193)Vance Morrison1-24/+23
2018-05-24Typo (#18122)John Doe1-1/+1
2018-05-24Update g_highest_address and g_lowest_address in StompWriteBarrier(WriteBarri...Egor Chesakov1-1/+8
2018-04-06Add GetLoaderAllocatorObjectForGC to IGCToCLR (#17443)David Mason1-0/+13
2018-03-13[local gc] refactor apis for threading and suspension to avoid redundant call...David Mason1-20/+36
2018-03-10Fix build with Clang 6.0 and enable build with Clang 5.0 (#16855)Jan Vorlicek1-2/+2
2018-01-31[local gc] Enable eventing (#16120)David Mason1-0/+12
2018-01-24[Local GC] FEATURE_EVENT_TRACE 2/n: Scaffolding for emitting known events (#...Sean Gillespie1-0/+7
2017-12-13Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...Jan Kotas1-2/+79
2017-12-12Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...Sean Gillespie1-79/+2
2017-11-27[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...Sean Gillespie1-2/+79
2017-11-09[Local GC] Unify background GC thread and server GC thread creation (#14821)Sean Gillespie1-62/+190
2017-10-26[Local GC] Move IsGCThread and IsGCSpecialThread to GCToEEInterface (#14685)Sean Gillespie1-0/+10
2017-10-02Fix a jump over variable initialization (#14286)Sean Gillespie1-1/+2
2017-09-29StompWriteBarrier initialization path refactoring (#14105)Sergey1-17/+42
2017-08-25[Arm64] Optimize JIT_WriteBarriersSteve MacLean1-1/+13
2017-08-14Added SetThreadDescription to set the unmanaged thread name (#12593)Alois-xx1-1/+1
2017-07-27gcconcurrent config should be obtained from g_pConfig which takes env vars/re...Maoni Stephens1-1/+1
2017-06-30Fix an issue where g_ephemeral_low would never get bashed into the write (#12...Sean Gillespie1-2/+5
2017-06-15Revert "[Arm64] JIT_WriteBarrier optimization (#12227)"Jarret Shook1-15/+6
2017-06-14[Arm64] JIT_WriteBarrier optimization (#12227)Steve MacLean1-6/+15
2017-06-08[Local GC] Add GetThread to the GC/EE interface (#12036)Sean Gillespie1-0/+7
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/+122
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-415/+0
2017-04-26Comment explaining use of FlushProcessWriteBuffers in StompWriteBarrier. (#10...Alan Lawrence1-3/+11
2017-04-09[Local GC] Move knowledge of the free object method table outside of the GC (...Sean Gillespie1-0/+6
2017-04-05[Local GC] Pull some logic using SystemDomain::System out of the GC (#10670)Sean Gillespie1-0/+13
2017-04-05[Local GC] Move Weak Reference finalization out of the GC (#10676)Sean Gillespie1-0/+22
2017-04-01[Local GC] Move some EE-specific finalize-on-unload logic out of the GC (#10598)Sean Gillespie1-0/+9
2017-04-01[Local GC] Remove static fields from GC interface (#10566)Sean Gillespie1-0/+1
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-11/+11
2017-03-27Add heuristic to trigger GC to finalize dead threads and clean up han… (#10...Koundinya Veluri1-0/+5
2017-03-23[Local GC] Redirect fatal errors to the EE (#10436)Sean Gillespie1-0/+4
2017-03-23GetContainingObject is inconsistent with the lowest address it chooses. (#10438)Maoni Stephens1-1/+3
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-3/+11
2017-03-02[x86/Linux] Fix clang 3.9 build error (#9900)Jonghyun Park1-1/+1