summaryrefslogtreecommitdiff
path: root/src/gc/gcenv.ee.standalone.inl
AgeCommit message (Expand)AuthorFilesLines
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-75/+39
2017-06-08[Local GC] Add GetThread to the GC/EE interface (#12036)Sean Gillespie1-0/+6
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/+25
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-1/+8
2017-04-09[Local GC] Move knowledge of the free object method table outside of the GC (...Sean Gillespie1-0/+5
2017-04-05[Local GC] Pull some logic using SystemDomain::System out of the GC (#10670)Sean Gillespie1-0/+6
2017-04-05[Local GC] Move Weak Reference finalization out of the GC (#10676)Sean Gillespie1-0/+6
2017-04-01[Local GC] Move some EE-specific finalize-on-unload logic out of the GC (#10598)Sean Gillespie1-0/+6
2017-03-23[Local GC] Redirect fatal errors to the EE (#10436)Sean Gillespie1-0/+6
2017-01-23[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...Sean Gillespie1-27/+57
2017-01-23[Local GC] Add three finalization-related operations to GCToEEInterface (#9029)Sean Gillespie1-0/+6
2016-12-10Local GC: Decouple write barrier operations between the GC and EE (#8568)Sean Gillespie1-0/+7
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-0/+41
2016-10-06Restore some changes lost in a merge conflict (#7512)Sean Gillespie1-0/+128
2016-09-28Add option to measure time spent inside calls to the CLR. (#7357)Peter Kukol1-128/+0
2016-09-26Introduce "IGCToCLR" and use it within the GC to interface with the EE (#7295)Sean Gillespie1-0/+128