Merge pull request #347 from JamesB7/master
[mono.git] / mono / metadata / sgen-gc.h
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-06 Rodrigo KumperaMove a pair of sgen asserts to debug level 4 so they...
2012-06-01 Rodrigo KumperaImplement better pointer spew for the new heap verifier.
2012-05-31 Miguel de IcazaMerge pull request #306 from robwilkens/master
2012-05-30 Marek SafarMerge pull request #307 from crazyjncsu/master
2012-05-28 Rodrigo KumperaAdd new whole heap verifier that can catch a whole...
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Miguel de IcazaMerge pull request #283 from robwilkens/master
2012-05-24 Miguel de IcazaMerge pull request #289 from alaendle/master
2012-05-24 Miguel de IcazaMerge pull request #298 from ermshiperete/4921
2012-05-24 Miguel de IcazaMerge pull request #297 from ermshiperete/4959
2012-05-24 Miguel de IcazaMerge pull request #296 from ermshiperete/5116
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-22 Rodrigo Kumperasgen_hash_table_replace can now return the old value.
2012-05-22 Rodrigo Kumperasgen_hash_table_set_value can now return the old value.
2012-05-18 Rodrigo KumperaHandle a race condition between thread registration...
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-04-17 Zoltan VargaMerge pull request #274 from iainlane/master
2012-04-16 Rodrigo KumperaFix the signature of range allocs.
2012-04-16 Rodrigo KumperaAdd serial range alloc and export range alloc functions.
2012-04-09 Rodrigo KumperaMove the scan/copy fast functions to the nursery collec...
2012-04-09 Rodrigo KumperaBring back the old nursery design and make it runtime...
2012-04-09 Rodrigo KumperaFirst take on split nursery.
2012-04-09 Rodrigo KumperaIntroduce SgenObjectOperations that holds all copy...
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-04 Rodrigo KumperaUse a single name prefix for sgen symbols. All non...
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-03-30 Rodrigo KumperaRemove some silly dead code.
2012-03-30 Rodrigo KumperaAdd par_alloc_object to the major collector function...
2012-03-20 Rodrigo KumperaRename set_nursery_scan_start to mono_sgen_set_nursery_...
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-02-08 Rodrigo KumperaCleanup the mess that ptr_in_nursery became with all...
2012-02-03 Rodrigo KumperaFix linux build.
2012-02-02 Rodrigo KumperaUse the bridge callback to speedup bridge object detection.
2012-02-02 Rodrigo KumperaThe bridge callback now is per-class and not per-object...
2012-02-02 Rodrigo KumperaGrand finalle to this long patch series. Move remembere...
2012-02-01 Rodrigo KumperaFix visibility of ssb globals and cleanup other visibil...
2012-02-01 Rodrigo KumperaMove ssb thread registration and globals to its file.
2012-02-01 Rodrigo KumperaFix heavy stats.
2012-01-28 Rodrigo KumperaFix linux builds.
2012-01-28 Rodrigo KumperaMove the bulk of mono_sgen_add_to_global_remset to...
2012-01-27 Rodrigo KumperaMove dummy_use to a header and give it a sucky MSVC...
2012-01-27 Rodrigo KumperaMove the bulk of all custom write barriers to each...
2012-01-16 Rolf Bjarne Kvingesgen: Add support for disabling the gc for a thread
2012-01-14 Miguel de IcazaMerge pull request #213 from linquize/linquize-master
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-10 Rodrigo KumperaFix the iteraction between bridge and major evacuation...
2012-01-09 Gonzalo Paniagua... Merge pull request #211 from symform/master
2012-01-05 Zoltan VargaExtract the SGEN debugging code into a separate file.
2012-01-05 Zoltan VargaExtract SGEN object allocation rountines to sgen-alloc.c.
2012-01-02 Zoltan VargaMerge pull request #203 from Jester01/jester/mmap
2011-12-29 Rodrigo KumperaRemove an intermediate buffer in the bridge code.
2011-12-29 Rodrigo KumperaProperly export mono_sgen_ptr_in_nursery.
2011-12-29 Rodrigo KumperaRework the gray queue code to isolate it into a proper...
2011-12-29 Rodrigo KumperaRework the workers code to isolate it into a proper...
2011-12-29 Rodrigo KumperaRework the pin stats code to isolate it into a proper...
2011-12-29 Rodrigo KumperaRework pinning code to isolate it into a proper module...
2011-12-28 Rodrigo KumperaRework the cardtable code to isolate it into a proper...
2011-12-28 Rodrigo KumperaRework object size calculation code to use the gc descr...
2011-12-21 Rodrigo KumperaIntroduce a size descriptor in the vtable to speed...
2011-12-21 Rodrigo KumperaMove the gc descriptor machinery to sgen-descriptor...
2011-12-21 Rodrigo KumperaIntruduce sgen-conf.h with fundamental types and all...
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-12 Marek SafarMerge pull request #200 from ch5oh/master
2011-12-08 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-07 Rodrigo KumperaFix hashtable iteration code to properly work with...
2011-12-07 Rodrigo KumperaAvoid an assert in bridge code when doing a major colle...
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
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...
next