[sgen] Fix heavy binary protocol.
[mono.git] / mono / metadata / sgen-client-mono.h
2015-05-01 Mark Probst[sgen] Fix heavy binary protocol.
2015-04-30 Alex Rønne PetersenMerge pull request #1753 from schani/feature-yet-more...
2015-04-29 Mark Probst[sgen] Add the stopping thread to the world stopping...
2015-04-29 Mark ProbstMerge pull request #1648 from schani/sgen-independence
2015-04-29 Mark Probst[sgen] `SGEN_TV_ELAPSED` returns a `long`.
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_vtable_has_references()`.
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_vtable_get_instance_size()`.
2015-04-29 Mark Probst[sgen] Move POSIX STW thread info stuff to Mono client...
2015-04-29 Mark Probst[sgen] Move Mono specific function declarations to...
2015-04-29 Mark Probst[sgen] Handle `no-managed-allocator` debug option in...
2015-04-29 Mark Probst[sgen] Move thread info to Mono client code.
2015-04-29 Mark Probst[sgen] Update `mono_perfcounters` in Mono client code.
2015-04-29 Mark Probst[sgen] Client function `sgen_client_vtable_get_instance...
2015-04-29 Mark Probst[sgen] Make bridge processing a client issue.
2015-04-29 Mark Probst[sgen] Semaphore type defined in client code.
2015-04-29 Mark Probst[sgen] `sgen-archdep.h` is now Mono-specific.
2015-04-29 Mark Probst[sgen] Move time stuff to client code.
2015-04-29 Mark Probst[sgen] Move virtual memory allocation to client code.
2015-04-29 Mark Probst[sgen] Move `runtime_data` to Mono client code.
2015-04-29 Mark Probst[sgen] Move thread context to Mono client code.
2015-04-29 Mark Probst[sgen] Move stack limits to client code.
2015-04-29 Mark Probst[sgen] Move `gc_disabled` to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move `skip` and `in_critical_region` to Mono...
2015-04-29 Mark Probst[sgen] Moved `stopped_ip` and `stopped_domain` to Mono...
2015-04-29 Mark Probst[sgen] Move MonoThreadInfo part of SgenThreadInfo to...
2015-04-29 Mark Probst[sgen] Move remaining logging to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move counters to client code.
2015-04-29 Mark Probst[sgen] Move all profiler calls to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move DTrace stuff into the client header.
2015-04-29 Mark Probst[sgen] Move moved-object profiler event to Mono-specifi...
2015-04-29 Mark Probst[sgen] Make STW part of the client code.
2015-04-29 Mark Probst[sgen] Move DTrace support to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move array fill object check into client code.
2015-04-29 Mark Probst[sgen] Typedef `GCObject` and `GCVTable` to `MonoObject...
2015-04-29 Mark Probst[sgen] Move `GCObject` and `GCVTable` to client code.
2015-04-29 Mark Probst[sgen] `GCObject` and `GCVTable` instead of `MonoObject...
2015-04-29 Mark Probst[sgen] Moved object size calculation to client code.
2015-04-29 Mark Probst[sgen] Move `has_critical_finalizer()` to client code.
2015-04-29 Mark Probst[sgen] Move domain clearing into client code.
2015-04-29 Mark Probst[sgen] Move ephemerons to client code.