Merge pull request #228 from QuickJack/3e163743eda89cc8c239779a75dd245be12aee3c
[mono.git] / mono / metadata / sgen-gc.c
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-23 Rodrigo KumperaFix the guard to disable precise stack scanning on...
2012-02-23 Rodrigo KumperaProperly compute end_data for the nursery section....
2012-02-23 Rodrigo KumperaHandle filler objects when walking the nursery.
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-08 Rodrigo KumperaPrecise stack mark remains broken on OSX. Disable again...
2012-02-03 Rodrigo KumperaFix linux build.
2012-02-02 Rodrigo KumperaSwitch all time counters to use the new counter type...
2012-02-02 Rodrigo KumperaUse the bridge callback to speedup bridge object detection.
2012-02-02 Rodrigo KumperaMake more bits in the vtable available to the GC.
2012-02-02 Rodrigo KumperaMove some defines to sgen-conf.h so managed wrappers...
2012-02-02 Rodrigo KumperaGrand finalle to this long patch series. Move remembere...
2012-02-01 Rodrigo KumperaMove more cardtable specific code to its file.
2012-02-01 Rodrigo KumperaMore write barrier clenaups.
2012-02-01 Rodrigo KumperaMove ssb thread registration and globals to its file.
2012-02-01 Rodrigo KumperaFix heavy stats.
2012-02-01 Rodrigo KumperaMove remset stats to its file.
2012-02-01 Rodrigo KumperaMove remset scan code to its file.
2012-01-28 Rodrigo KumperaFix linux builds.
2012-01-28 Rodrigo KumperaMove clear_remsets to ssb file. Cleanup remset major...
2012-01-28 Rodrigo KumperaMove the bulk of mono_sgen_add_to_global_remset to...
2012-01-27 Rodrigo KumperaMove the global remset location cache to its own file.
2012-01-27 Rodrigo KumperaMove ssb thread cleanup to its file.
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-26 Rodrigo KumperaGreat new file sgen-ssb.c to get all sequential store...
2012-01-26 Rodrigo KumperaImplement clone wbarrier for cardtable.
2012-01-25 Rodrigo KumperaFix consumers of supertypes information to account...
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-13 Rolf Bjarne Kvingesgen: report LOS objects pinned by interior pointers...
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-04 Zoltan VargaEnable precise stack scanning by default again.
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 KumperaKill size_descr, its usage was replaced by better explo...
2011-12-28 Rodrigo KumperaRework gc descriptor to include size information in...
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-20 Rolf Bjarne Kvingesgen: Don't report all pinned roots as stack roots.
2011-12-16 Rodrigo KumperaThe small object check must do an unsigned comparison...
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-12 Marek SafarMerge pull request #200 from ch5oh/master
2011-12-12 Zoltan VargaFix warnings.
2011-12-10 Rodrigo KumperaSwitch from using a staging area to hash filtering.
2011-12-10 Rodrigo KumperaFix some warnings
2011-12-10 Rodrigo KumperaImprove nursery pining performance by making sure scan...
2011-12-10 Rodrigo KumperaMoving pin stats gathering under G_UNLIKELY.
2011-12-08 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-07 Rodrigo Kumperanew MONO_GC_PARAMS option bridge. It's internal used...
2011-12-07 Rodrigo KumperaFix severe breakage of sgen bridge code. 2nd and 3rd...
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-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-11-22 Rodrigo KumperaScan all ephemeron arrays during nursery collections.
2011-11-10 Rodrigo KumperaPrecise scanning crashes on OSX while compiling corlib...
2011-11-10 Rodrigo KumperaMark a tinny function inline.
2011-11-09 Rodrigo KumperaMinor cleanup of sgen allocation code.
2011-11-09 Rodrigo KumperaImplement lightweight nursery verification.
2011-11-09 Zoltan VargaFix a bug introduced by 354778218590e906ea82154fff9ea96...
2011-11-09 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-07 Zoltan VargaEnable precise stack marking by default so it gets...
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-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-14 Zoltan VargaFix a crash with precise stack marking and dying threads
2011-10-13 Zoltan VargaFix a warning plus a typo
2011-10-13 Zoltan VargaFix an assert in sgen when mono_gc_set_current_thread_a...
2011-10-09 Mark ProbstMerge branch 'sgen-windows'
2011-10-09 Mark Probst[sgen] Managed allocator and wbarrier for Win32 by...
2011-10-09 Mark Probst[sgen] Get the thread's domain via a callback, not...
2011-10-04 Mark ProbstMerge branch 'sgen-windows'
2011-10-04 Mark Probst[sgen] Basic Win32 support.
2011-10-04 Mark Probst[sgen] Debug print fixes.
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-10-04 Mark Probst[sgen] Use our TLS abstraction instead of pthreads...
2011-10-04 Paolo MolaroIntroduce a callback API to have notifications when...
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-26 Rodrigo KumperaFix the interation of non tracking weak refs and epheme...
2011-09-26 Rodrigo KumperaFix enter/exit critical region visibility.
2011-09-24 Mark Probst[sgen] If we couldn't evacuate the nursery after a...
2011-09-24 Mark Probst[sgen] Never directly pin objects on the M&S major...
2011-09-06 Zoltan VargaMerge pull request #169 from madewokherd/master
next