summaryrefslogtreecommitdiff
path: root/src/vm/gcheaputilities.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-23[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event State (#15873)Sean Gillespie1-12/+86
2017-11-29[Local GC] Fail fast on exceptions within a standalone GC (#15290)Sean Gillespie1-0/+11
2017-10-27[Local GC] Implement loader protocol for a standalone GC (#14663)Sean Gillespie1-0/+198
2017-06-20[Local GC] Move handle creation/deletion profiler callbacks out of the GC (#1...Sean Gillespie1-54/+0
2017-06-15[Local GC] Fix a number of handle table interface violations (#12277)Sean Gillespie1-2/+3
2017-04-17Add handle assignment validation to VM side.Aditya Mandaleeka1-7/+24
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-3/+3
2017-04-11Replace GetHandleTableContext with GetHandleContext.Aditya Mandaleeka1-2/+1
2017-04-07Merge pull request #10757 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka1-1/+1
2017-04-05Move handle table stuff out of gcheaputilities.Aditya Mandaleeka1-1/+1
2017-04-01[Local GC] Remove static fields from GC interface (#10566)Sean Gillespie1-0/+1
2017-03-31Change how VM calls ObjectFromHandle.Aditya Mandaleeka1-0/+37
2017-03-31Add way to get table for handle and ADIndex for handletable.Aditya Mandaleeka1-1/+0
2017-03-29Create a GCHandleTable interface with Init/Shutdown.Aditya Mandaleeka1-0/+2
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-0/+3
2017-03-01Merge pull request #9770 from adityamandaleeka/card_bundles_unix_2Aditya Mandaleeka1-0/+4
2017-02-28Implement card bundles for non-Windows platforms.Aditya Mandaleeka1-0/+4
2017-02-24[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...Sean Gillespie1-1/+4
2017-01-06[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...Sean Gillespie1-1/+8
2016-12-10Local GC: Decouple write barrier operations between the GC and EE (#8568)Sean Gillespie1-0/+10
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-0/+9