[sgen] Remove dead code and data and make things static.
[mono.git] / mono / metadata / sgen-gc.c
2015-04-29 Mark Probst[sgen] Remove dead code and data and make things static.
2015-04-29 Mark Probst[sgen] Call `mono_gc_register_thread()` from Mono clien...
2015-04-29 Mark Probst[sgen] Make hazard pointer stuff work without Mono...
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_object_is_array_fill()`.
2015-04-29 Mark Probst[sgen] Put `sgen_thread_attach()` in Mono client code.
2015-04-29 Mark Probst[sgen] Don't return unused thread count from stop/start...
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] Move global stop count variable to Mono client...
2015-04-29 Mark Probst[sgen] Make SGen compile without Mono.
2015-04-29 Mark Probst[sgen] Use consistent include paths.
2015-04-29 Mark Probst[sgen] Add missing headers for compiling with glib.
2015-04-29 Mark Probst[sgen] Add a few missing returns when compiling with...
2015-04-29 Mark Probst[sgen] `sgen_os_init()` must be called from Mono client...
2015-04-29 Mark Probst[sgen] Declare time spans in `GGTimingInfo` as `gint64`.
2015-04-29 Mark Probst[sgen] Remove dead code.
2015-04-29 Mark Probst[sgen] Handle `no-managed-allocator` debug option in...
2015-04-29 Mark Probst[sgen] Don't use `MonoObject`.
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] Have our own aligned address hash function.
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] 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] Remove dependency on `mono-gc.h`.
2015-04-29 Mark Probst[sgen] Remove superfluous include.
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 `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 MonoThreadInfo part of SgenThreadInfo to...
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 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] Remove dead declaration.
2015-04-29 Mark Probst[sgen] Move nursery debug code to `sgen-debug.c`.
2015-04-29 Mark Probst[sgen] Remove unnecessary includes.
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] Use macro for object header and minimum object...
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] Move array fill object check into client code.
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] Use pointer queue instead of list for finalize...
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] Move `mono_gc_set_string_length()` to `sgen...
2015-04-29 Mark Probst[sgen] Move managed allocator to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move `has_critical_finalizer()` to client 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 some support functions into `sgen-gc.h`.
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`.
2015-04-29 Mark Probst[sgen] Add FIXME about pinning statistics.
2015-04-29 Mark Probst[sgen] Move heap dumping code into `sgen-debug.c`.
2015-04-29 Mark Probst[sgen] Move `do_pin_stats` flag into `sgen-pinning...
2015-04-28 Marcos HenrichMerge pull request #1696 from esdrubal/tzrefactor
2015-04-20 Marcos HenrichMerge pull request #1691 from esdrubal/exitevent
2015-04-20 Marcos HenrichMerge pull request #1222 from LogosBible/uri-trycreate
2015-04-15 Marek SafarMerge pull request #1693 from Garciat/fix-assembly...
2015-04-15 Miguel de IcazaMerge pull request #1713 from joelmartinez/docs-monodoc...
2015-04-15 Atsushi EnoMerge pull request #1709 from atsushieno/import-codedom...
2015-04-14 Mark Probst[sgen] Free mod-union tables for LOS objects.
2015-04-14 Mark Probst[sgen] Use mod-union to add remsets from concurrent...
2015-04-14 Mark Probst[sgen] Separate concurrent M&S object operations into...
2015-04-14 Mark Probst[sgen] Use enum instead of two bools in `major_copy_or_...
2015-04-14 Mark Probst[sgen] Get rid of redundant argument to `major_copy_or_...
2015-04-14 Mark Probst[sgen] Get rid of global `current_object_ops`.
2015-04-14 Mark Probst[sgen] Make scan context have a pointer to object opera...
2015-04-14 Mark Probst[sgen] Replace `sgen_get_current_object_ops()` by passi...
2015-04-13 Zoltan VargaMerge pull request #1708 from alexanderkyte/always_use_imt
2015-04-13 Marek SafarMerge pull request #1685 from esdrubal/touint64
2015-04-09 Mark ProbstMerge branch 'feature-concurrent-sweep'
2015-04-09 Alex Rønne PetersenMerge pull request #1695 from gregoryyoung/master
2015-04-06 Marcos HenrichMerge pull request #1624 from esdrubal/getprocesstimes
2015-04-02 Mark Probst[sgen] Remove some dead code and data.
2015-04-02 Mark Probst[sgen] Workers use thread pool.
2015-04-02 Mark Probst[sgen] Whenever we wait for sweep, help the sweeping...
2015-04-02 Mark Probst[sgen] Card clearing and moving to shadow cards don...
2015-04-02 Mark Probst[sgen] Concurrent sweep
2015-04-02 Mark Probst[sgen] On forced major collections, free blocks.
2015-03-26 Zoltan VargaMerge pull request #1659 from alexanderkyte/stringbuild...
2015-03-25 Marek SafarMerge pull request #1644 from ztone/eval_class_attr
2015-03-24 João MatosMerge pull request #1634 from StephenMcConnel/bug-28025
2015-03-24 João MatosMerge pull request #1652 from debuglevel/bugfix-crossco...
next