summaryrefslogtreecommitdiff
path: root/src/vm/gcheaputilities.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-24Suppress "local variable is initialized but not used" warning (#16549)Stephen Toub1-0/+2
2018-01-23[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event State (#15873)Sean Gillespie1-0/+4
2017-11-29[Local GC] Fail fast on exceptions within a standalone GC (#15290)Sean Gillespie1-0/+3
2017-10-27[Local GC] Implement loader protocol for a standalone GC (#14663)Sean Gillespie1-0/+5
2017-04-07Merge pull request #10757 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka1-27/+0
2017-04-05Move handle table stuff out of gcheaputilities.Aditya Mandaleeka1-76/+0
2017-04-05Add handle creation functionality to IGCHandleTable and make VM code use it.Aditya Mandaleeka1-0/+49
2017-04-01[Local GC] Remove static fields from GC interface (#10566)Sean Gillespie1-3/+5
2017-03-31Change how VM calls ObjectFromHandle.Aditya Mandaleeka1-0/+17
2017-03-29Create a GCHandleTable interface with Init/Shutdown.Aditya Mandaleeka1-0/+10
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-3/+3
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-17/+18
2017-03-01Merge pull request #9770 from adityamandaleeka/card_bundles_unix_2Aditya Mandaleeka1-0/+1
2017-02-28Implement card bundles for non-Windows platforms.Aditya Mandaleeka1-0/+1
2017-02-24[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...Sean Gillespie1-22/+17
2017-01-06[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...Sean Gillespie1-13/+90
2016-12-10Local GC: Decouple write barrier operations between the GC and EE (#8568)Sean Gillespie1-0/+13
2016-09-21Add missing contracts on GCHeapUtilitiesdotnet-bot1-0/+6
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-0/+110