[sgen] Rename the total heap size reporting client function, and pass size as `size_t`.
[mono.git] / mono / metadata / sgen-mono.c
2015-04-29 Mark Probst[sgen] Rename the total heap size reporting client...
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_object_register_finalize...
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_object_is_array_fill()`.
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_vtable_get_instance_size()`.
2015-04-29 Mark Probst[sgen] Put `sgen_thread_attach()` in Mono client code.
2015-04-29 Mark Probst[sgen] Remove `sgen_client_object_safe_name()`.
2015-04-29 Mark Probst[sgen] Move POSIX STW thread info stuff to Mono client...
2015-04-29 Mark Probst[sgen] Make SGen compile without Mono.
2015-04-29 Mark Probst[sgen] `sgen_os_init()` must be called from Mono client...
2015-04-29 Mark Probst[sgen] Client function for registering worker threads.
2015-04-29 Mark Probst[sgen] Do domain-specific finalizer and weak link stuff...
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] Remove dependency on `gc-internal.h`.
2015-04-29 Mark Probst[sgen] Make bridge processing a client issue.
2015-04-29 Mark Probst[sgen] Remove dependency on `mono-gc.h`.
2015-04-29 Mark Probst[sgen] Move `gc_callbacks` to Mono 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] Move stack scanning to client code.
2015-04-29 Mark Probst[sgen] Moved `stopped_ip` and `stopped_domain` to Mono...
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 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`.