summaryrefslogtreecommitdiff
path: root/src/gc/gccommon.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Delete unused YieldProcessorScalingFactor from GC (#23994)Jan Kotas1-2/+0
2018-04-02[local gc] gc spinning part 1 (#17341)David Mason1-0/+2
2018-03-13[local gc] refactor apis for threading and suspension to avoid redundant call...David Mason1-0/+2
2018-02-01Memory footprint gc latency level (#15469)gbalykov1-2/+0
2017-10-27[Local GC] Implement loader protocol for a standalone GC (#14663)Sean Gillespie1-103/+0
2017-07-20[Local GC] Refactor usage of GC-internal functions in the DAC (#12458)Sean Gillespie1-0/+3
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-0/+4
2017-06-01[Local GC] Remove uses of g_SystemInfo from the GC (#11628)Sean Gillespie1-0/+1
2017-06-01[Local GC] Obtaining configuration information (#11379)Sean Gillespie1-32/+21
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-4/+27
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-6/+6
2017-04-09[Local GC] Move knowledge of the free object method table outside of the GC (...Sean Gillespie1-0/+1
2017-04-01[Local GC] Remove static fields from GC interface (#10566)Sean Gillespie1-10/+6
2017-03-29Create a GCHandleTable interface with Init/Shutdown.Aditya Mandaleeka1-2/+11
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-17/+0
2017-03-01Merge pull request #9770 from adityamandaleeka/card_bundles_unix_2Aditya Mandaleeka1-0/+5
2017-02-28Implement card bundles for non-Windows platforms.Aditya Mandaleeka1-0/+5
2017-02-24[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...Sean Gillespie1-5/+50
2017-01-23[Local GC] Add three finalization-related operations to GCToEEInterface (#9029)Sean Gillespie1-0/+1
2017-01-06[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...Sean Gillespie1-2/+0
2016-12-10Local GC: Decouple write barrier operations between the GC and EE (#8568)Sean Gillespie1-10/+6
2016-10-21Port GC changes from CoreRT (#7764)Jan Kotas1-0/+1
2016-10-06Restore some changes lost in a merge conflict (#7512)Sean Gillespie1-1/+12
2016-09-28Add option to measure time spent inside calls to the CLR. (#7357)Peter Kukol1-12/+1
2016-09-26Introduce "IGCToCLR" and use it within the GC to interface with the EE (#7295)Sean Gillespie1-1/+12
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-2/+41
2016-02-24Update GC from CoreRTJan Kotas1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-19Some formatting cleanupJan Vorlicek1-2/+2
2015-11-19Changed LONG and ULONGJan Vorlicek1-2/+2
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-15/+15
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-0/+11
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+105