summaryrefslogtreecommitdiff
path: root/src/gc
AgeCommit message (Expand)AuthorFilesLines
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie11-54/+75
2017-05-30Allowing larger segment size for SOH, in preparation for enabling it for NoGC...Maoni Stephens2-37/+47
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn3-4/+95
2017-05-19NO_WRITE_BARRIER hasn't been used in ages and we don't think it will be used ...Maoni Stephens2-131/+0
2017-05-01Fix rgTail corruption in rare scavenging cases [Desktop port]. (#11327)Aditya Mandaleeka1-0/+26
2017-04-27Fix a double-free encountered when failing to initialize a handle table bucke...Sean Gillespie1-1/+2
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek1-1/+1
2017-04-24[Local GC] Ensure that handle creation returns null on failure instead of thr...Sean Gillespie5-34/+47
2017-04-22Remove destructor from GCEvent and instead rely on the OS to clean up (#11132)Sean Gillespie3-15/+8
2017-04-20Merge pull request #11033 from adityamandaleeka/handle_table_local_gc_storeAditya Mandaleeka6-44/+29
2017-04-20Rename CompareAndSwap to InterlockedCompareExchange.Aditya Mandaleeka3-3/+3
2017-04-19Move ResetOBJECTHANDLE and the associated holder to the VM side.Aditya Mandaleeka1-11/+0
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-4/+0
2017-04-17Remove handle assignment validation from GC side.Aditya Mandaleeka1-21/+0
2017-04-17Move handle manipulation functions to interface.Aditya Mandaleeka5-13/+30
2017-04-14Merge pull request #10955 from adityamandaleeka/makeHandleStoreClassAditya Mandaleeka9-134/+194
2017-04-14Make HandleStores contain their underlying bucket directly.Aditya Mandaleeka4-68/+90
2017-04-14[Local GC] Move operations on CLREventStatic to the EE interface (#10813)Sean Gillespie13-60/+661
2017-04-14Implement MEM_RESET handling in VirtualAlloc on Unix (#10939)Jan Vorlicek2-6/+14
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka6-30/+30
2017-04-13[Local GC] Handle table low-hanging interface violations (#10929)Sean Gillespie1-1/+1
2017-04-13Make a GCHandleStore class and interface for use by the VM.Aditya Mandaleeka5-65/+103
2017-04-11Rename overloaded "table" to "store" for VM side concept.Aditya Mandaleeka3-36/+41
2017-04-11Hide knowledge of handle table buckets and home heaps from VM side.Aditya Mandaleeka3-3/+43
2017-04-11Delete Ref_ContainHandle and ContainsOBJECTHANDLE.Aditya Mandaleeka2-19/+0
2017-04-11Add GetNewHandleTable and GetGlobalHandleTable to interface.Aditya Mandaleeka3-0/+18
2017-04-11Remove GetHandleTableForHandle and add CreateDuplicateHandle.Aditya Mandaleeka3-9/+9
2017-04-11Replace GetHandleTableContext with GetHandleContext.Aditya Mandaleeka3-4/+4
2017-04-11Merge pull request #10877 from adityamandaleeka/handle_table_local_gc_nullchecksAditya Mandaleeka2-14/+0
2017-04-10Move handle null checks to VM side.Aditya Mandaleeka2-14/+0
2017-04-10Move handle destruction code to IGCHandleTable.Aditya Mandaleeka6-272/+29
2017-04-10Merge pull request #10823 from adityamandaleeka/move_variable_handle_creationAditya Mandaleeka3-26/+4
2017-04-09Move variable handle creation.Aditya Mandaleeka3-26/+4
2017-04-09[Local GC] Move knowledge of the free object method table outside of the GC (...Sean Gillespie7-11/+36
2017-04-07[Local GC] Fix some interface violations (#10817)Sean Gillespie3-7/+4
2017-04-07Merge pull request #10757 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka7-174/+53
2017-04-07Move OBJECTHANDLE definition to gcinterface.hAditya Mandaleeka2-10/+12
2017-04-07Add creation of special handle types to IGCHandleTable.Aditya Mandaleeka6-93/+32
2017-04-05[Local GC] Fix a bad merge (#10748)Sean Gillespie2-6/+0
2017-04-05Add handle creation functionality to IGCHandleTable and make VM code use it.Aditya Mandaleeka4-71/+9
2017-04-05[Local GC] Pull some logic using SystemDomain::System out of the GC (#10670)Sean Gillespie5-13/+31
2017-04-05[Local GC] Move Weak Reference finalization out of the GC (#10676)Sean Gillespie6-13/+24
2017-04-01[Local GC] Move some EE-specific finalize-on-unload logic out of the GC (#10598)Sean Gillespie5-33/+22
2017-04-01[Local GC] Remove static fields from GC interface (#10566)Sean Gillespie6-44/+20
2017-04-01Merge pull request #10584 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka7-12/+32
2017-03-31Change how VM calls ObjectFromHandle.Aditya Mandaleeka7-27/+21
2017-03-31Add way to get table for handle and ADIndex for handletable.Aditya Mandaleeka3-1/+27
2017-03-30Add assert to GCHeap::ValidateObjectMember (#10591)Steve MacLean1-0/+1
2017-03-30Fix tabs and spacesJeff Schwartz1-2/+2
2017-03-30Change necessary to enable standalonegc on server gc. Now CreateThread in gc...Jeff Schwartz1-0/+3