[sgen] Move DTrace support to Mono-specific code.
[mono.git] / mono / metadata / sgen-mono.c
2015-04-29 Mark Probst[sgen] Move DTrace support to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move some thread stuff to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move more random small stuff to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move managed write barrier to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move some small callbacks to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move heap walking into `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Omit unnecessary casts.
2015-04-29 Mark Probst[sgen] `GCObject` and `GCVTable` instead of `MonoObject...
2015-04-29 Mark Probst[sgen] Move root profiling to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move `sgen_safe_name()` to client code.
2015-04-29 Mark Probst[sgen] Use write barrier for fields to set array refere...
2015-04-29 Mark Probst[sgen] Moved object size calculation to client code.
2015-04-29 Mark Probst[sgen] Move `mono_gc_set_string_length()` to `sgen...
2015-04-29 Mark Probst[sgen] Move array and string allocation to client code.
2015-04-29 Mark Probst[sgen] Move some array filling stuff into client code.
2015-04-29 Mark Probst[sgen] Moved Mono-specific cardtable scanning to client...
2015-04-29 Mark Probst[sgen] Trivial prettification of `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move TLS emit macros to Mono-specific file.
2015-04-29 Mark Probst[sgen] Make `wbarrier_value_copy` take the element...
2015-04-29 Mark Probst[sgen] Move managed allocator to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move array filling into 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.
2015-04-29 Mark Probst[sgen] Move finalization callback stuff to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move Mono-specific wbarriers to `sgen-mono.c`.