Win32 compilation fixes for sgen.
[mono.git] / mono / metadata / sgen-gc.h
2011-11-29 Paolo MolaroWin32 compilation fixes for sgen.
2011-11-09 Zoltan VargaFix a bug introduced by 354778218590e906ea82154fff9ea96...
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-26 Rodrigo KumperaImplement new toggleref machinery for sgen.
2011-10-26 Rodrigo KumperaExport a bunch of sgen functions for internal usage.
2011-10-04 Zoltan VargaFix a warning
2011-10-04 Mark ProbstMerge branch 'sgen-windows'
2011-10-04 Mark Probst[sgen] Small fixes.
2011-10-04 Mark Probst[sgen] Basic Win32 support.
2011-10-04 Mark Probst[sgen] Simple abstraction for creating native threads.
2011-10-04 Mark Probst[sgen] Use our mutex abstraction instead of pthreads...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-26 Rodrigo KumperaSplit bridge processing in two steps.
2011-09-24 Mark Probst[sgen] If we couldn't evacuate the nursery after a...
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-06 Zoltan VargaMerge pull request #169 from madewokherd/master
2011-09-06 Rodrigo KumperaAdd sgen collection pause times to mono trace log.
2011-09-01 Rodrigo KumperaThe fin hashtable holds no value, so revert to tagging...
2011-09-01 Rodrigo KumperaHandle finalizable objects pointed by bridge objects...
2011-09-01 Rodrigo KumperaAdd new sgen-hash method that changes the value of...
2011-08-19 Mark Probst[sgen] Pinning and remset statistics per class.
2011-08-19 Mark Probst[sgen] Optional equality function for the hash table.
2011-08-19 Mark Probst[sgen] Use GLib's hash func typedef instead of our...
2011-08-17 Mark ProbstMerge branch 'sgen-hash-table'
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the bridge hash.
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the weak link...
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the roots hashes.
2011-08-17 Mark Probst[sgen] Factor out the finalize hash tables into a reusa...
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-28 Miguel de IcazaMerge pull request #139 from HorstKakuschke/master
2011-07-26 Mark Probst[sgen] Make mono_sgen_safe_object_get_size() handle...
2011-07-18 Mark Probst[sgen] Use ptrdiff_t instead of ssize_t.
2011-07-18 Mark Probst[sgen] Move all signal stuff into sgen-os-posix.c.
2011-05-31 Mark Probst[sgen] Split the minor scan function between parallel...
2011-05-31 Mark Probst[sgen] Make nursery collector for parallel M&S non...
2011-05-26 Rodrigo KumperaCleanup and move nursery allocator tunables to sgen...
2011-05-26 Rodrigo KumperaIntroduce mono_sgen_nursery_retire_region.
2011-05-26 Rodrigo KumperaAdd mono_sgen_can_alloc_size and trim some unusued...
2011-05-26 Rodrigo KumperaFinish spliting sgen-nursery-allocator into a separate...
2011-05-26 Rodrigo KumperaExport mono_sgen_get_nursery_clear_policy from sgen-gc
2011-05-26 Rodrigo KumperaRename functions that will be part of the nursery-alloc...
2011-05-20 Mark Probst[sgen] Handle all cases in major_scan_vtable().
2011-05-20 Mark Probst[sgen] Don't pass vtables to FOREACH macros when the...
2011-05-20 Mark Probst[sgen] Remove superfluous arguments from minor_scan_vty...
2011-05-20 Mark Probst[sgen] Remove small bitmap descriptor type.
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-03 Mark Probst[sgen] Fix thread unregister deadlock race.
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-05-01 Mark ProbstMerge branch 'sgen-lock-free-alloc'
2011-05-01 Mark Probst[sgen] Use the lock free allocator as the internal...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Rodrigo KumperaMove thread management from sgen to utils. Move smr...
2011-04-01 Rodrigo KumperaMore plat cleanups.
2011-04-01 Rodrigo KumperaExtract suspend code from mono_sgen_thread_handshake.
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-15 Rodrigo KumperaAdd mono_sgen_thread_info_current to speedup self lookups.
2011-03-15 Rodrigo KumperaUse constant stack space for STW under darwin.
2011-03-15 Rodrigo KumperaStore the mach port on SgenThreadInfo
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-08 Mark ProbstMerge branch 'sgen-job-distribution'
2011-03-08 Mark Probst[sgen] Parallel nursery collection.
2011-03-08 Mark Probst[sgen] Job queue.
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-02 Rodrigo KumperaUse mono-context machinery for x86.
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-26 Mark Probst[sgen] Internal alloc debugging.
2011-02-24 Rodrigo KumperaExtract a macro to loop over all threads.
2011-02-21 Mark ProbstMerge branch 'sgen-new-parallel'
2011-02-21 Mark Probst[sgen] Have thread-local block free lists in worker...
2011-02-16 Gonzalo Paniagua... Remove a bunch of warnings.
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-09 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2011-02-08 Mark Probst[sgen] Two carefully placed prefetches.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Mark Probst[sgen] Bridge cross references pass.
2011-01-22 Mark Probst[sgen] Start concurrent sweep thread on GC init.
2011-01-13 Zoltan VargaAdd some more functions to gc-internal.h to help remove...
2011-01-12 Atsushi EnoFix cygwin build.
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Mark Probst[sgen] Always use the GC descriptor instead of MonoClas...
2011-01-03 Zoltan VargaAvoid computing GC maps if precise stack marking is...
2011-01-03 Zoltan VargaMerge branch 'precise-gc-maps'
2011-01-03 Zoltan VargaFix some merge problems.
2011-01-03 Zoltan VargaShare the log file between sgen and the stack marking...
2010-12-13 Bojan RajkovicUse SIGXFSZ on FreeBSD too by checking for the __FreeBS...
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-03 Mark ProbstMerge branch 'concurrent-sweep'
2010-12-03 Mark Probst[sgen] Compute allowance when sweeping is finished.
2010-12-03 Mark Probst[sgen] Concurrent sweep.
2010-12-02 Mark Probst[sgen] Handle forwarding in mono_gc_scan_for_specific_r...
2010-12-01 Zoltan VargaMake sgen-los.c into a proper C module.
2010-12-01 Zoltan VargaMove the DEBUG() macro to sgen-gc.h and resurrect debug...
2010-11-29 Mark Probst[sgen] Recompute heap boundaries at each major collection.
2010-11-22 Jb EvainMerge branch 'cecil-light'
next