Merge branch 'cecil-light'
[mono.git] / mono / metadata / sgen-gc.c
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-16 Paolo MolaroGC/Profiler: added API to enumerate roots.
2010-11-12 Paolo MolaroGC: changed the heap walk API to also report the offset...
2010-11-10 Rodrigo KumperaMerge branch 'gc_oom'
2010-11-10 Rodrigo KumperaImplement oom handling for MS.
2010-11-10 Rodrigo KumperaAdjust major collection heuristics for OOM scenarios.
2010-11-10 Rodrigo KumperaAdd heap size accounting.
2010-11-10 Rodrigo KumperaHandle failure on allocation functions.
2010-11-10 Rodrigo KumperaAdd max-heap-size parameter to MONO_GC_PARAMS
2010-11-10 Rodrigo KumperaMove function from sgen to gc so boehm can use it too.
2010-11-07 Mark ProbstMerge branch 'marksweep-evacuate'
2010-11-07 Mark Probst[sgen] Mark&Sweep evacuation.
2010-11-07 Mark Probst[sgen] Function for querying current collection generation.
2010-11-03 Paolo MolaroIntroduced a GC heap walk API.
2010-10-14 Geoff Norton[android] pthread_kill cannot be used safely on android
2010-10-07 Zoltan VargaAvoid clearing nursery fragments before pinning, instea...
2010-10-05 Rodrigo KumperaKill some dead code and fix a function name
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-09-29 Zoltan VargaFix 'thread may have been prematurely finalized' warnin...
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-24 Zoltan VargaAvoid making the small_id table precisely GC tracked...
2010-09-24 Zoltan VargaDisable make_root_descr_all_refs () for now since it...
2010-09-23 Zoltan VargaUse g_malloc0 in mono_gc_make_root-descr_all_refs ().
2010-09-23 Zoltan VargaAdd a few variants of the MONO_GC_REGISTER_ROOT ()...
2010-09-20 Paolo MolaroFirst pass at profiler hooks in sgen.
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-16 Gonzalo Paniagua... Remove 2 extra calls to gettimeofday.
2010-09-15 Mark Probst[sgen] Avoid doing an unnecessary gettimeofday().
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-13 Geoff NortonRename major -> major_collector and drop unguarded...
2010-09-10 Zoltan VargaLog the clearing of nursery fragments, avoid clearing...
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-09 Chris Toshokmove the call to mono_gc_base_init into mono_debug_init
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-04 Rodrigo KumperaMerge branch 'sgen_cardtable_optimization_work'
2010-09-04 Rodrigo KumperaFix a race condition in barriers using cardtable.
2010-09-04 Rodrigo KumperaOptimize cardtable unmanaged array copy.
2010-09-04 Rodrigo KumperaOptimize the cardtable path a bit more.
2010-09-04 Rodrigo KumperaOptimize major cardtable scanning by about 15%.
2010-09-04 Rodrigo KumperaBetter cardtable stats gathering codebase.
2010-09-04 Rodrigo KumperaAdd stats for cardtable processing time
2010-08-30 Rodrigo KumperaMerge branch 'sgen_cardtable_64bits_support'
2010-08-30 Rodrigo KumperaImprove check consistency assertion.
2010-08-25 Mark Probst[sgen] Inline card table wbarrier with nursery check.
2010-08-25 Mark Probst[sgen] Make binary protocol thread-safe for real.
2010-08-24 Robert NagyMake sgen compile on OpenBSD, by adding the missing...
2010-08-23 Mark ProbstMerge branch 'cardtable-inline-nofix'
2010-08-23 Mark Probst[sgen] Inline card table write barrier.
2010-08-23 Rodrigo Kumpera[sgen] Use cardtable for all wbarriers, not just generi...
2010-08-23 Rodrigo Kumpera[sgen] Use mincore to dump faulted pages in the cardtable.
2010-08-23 Rodrigo Kumpera[sgen] Direct card table implementation.
2010-08-09 Mark Probst[sgen] Sleep a little while busy-waiting for the gray...
2010-08-08 Mark Probst[sgen] Fixed heap for Mark&Sweep.
2010-08-08 Mark Probst[sgen] Fixes.
2010-08-07 Mark ProbstMerge branch 'parallel-mark'
2010-08-07 Mark Probst[sgen] Make parallel vs non-parallel mark&sweep selectable.
2010-08-07 Mark Probst[sgen] One internal allocator per worker thread, to...
2010-08-07 Mark Probst[sgen] Parallel mark.
2010-08-07 Miguel de IcazaMerge branch 'master' of github.com:mono/mono
2010-08-07 Zoltan VargaAvoid loading AOT images compiled against Boehm in...
2010-08-06 Mark Probst[sgen] Initialize interruption lock.
2010-08-05 Mark Probst[Documentation] Document SGen environment variables.
2010-08-04 atsushienoMerge branch 'master' of github.com:mono/mono into...
2010-08-04 Mark ProbstMerge branch 'selectable-major'
2010-08-04 Mark Probst[sgen] Fix binary protocol.
2010-08-04 Mark Probst[sgen] Fix heavy statistics.
2010-08-04 Mark Probst[sgen] Inline mono_sgen_par_object_get_size().
2010-08-04 Mark Probst[sgen] Put all scan and copy functions into the major...
2010-08-04 Mark Probst[sgen] Put major_scan_object() into the major collectors.
2010-08-04 Mark Probst[sgen] Make major collector configurable via MONO_GC_PA...
2010-08-04 Mark Probst[sgen] Major collectors in their own compilation units.
2010-07-31 tgiphilMerge branch 'master' of github.com/mono/mono
2010-07-25 Carlos Alberto CortezMerge branch 'master' of git://github.com/mono/mono
2010-07-24 Mark ProbstFunctions for allocing fixed-size blocks in internal...
2010-07-24 Mark ProbstMake major copying allocator use the internal allocator...
2010-07-24 Mark ProbstSeparate internal allocator in its own C file.
2010-07-14 Mark Probst2010-07-14 Mark Probst <mark.probst@gmail.com>
2010-07-14 Geoff NortonOnly posix/mach semaphores return a value
2010-07-13 Mark Probst2010-07-13 Mark Probst <mark.probst@gmail.com>
2010-07-13 Mark Probst2010-07-13 Mark Probst <mark.probst@gmail.com>
2010-07-13 Mark Probst2010-07-13 Mark Probst <mark.probst@gmail.com>
2010-07-13 Mark Probst2010-07-13 Mark Probst <mark.probst@gmail.com>
2010-07-10 Mark ProbstStore forwarding address in the same word as the forwar...
2010-07-10 Mark Probst2010-07-10 Mark Probst <mark.probst@gmail.com>
2010-07-10 Mark Probst2010-07-10 Mark Probst <mark.probst@gmail.com>
2010-07-09 Mark Probst2010-07-10 Mark Probst <mark.probst@gmail.com>
2010-07-09 Mark Probst2010-07-10 Mark Probst <mark.probst@gmail.com>
2010-07-09 Atsushi Eno2010-07-09 Atsushi Enomoto <atsushi@ximian.com>
2010-07-09 Mark Probst2010-07-09 Mark Probst <mark.probst@gmail.com>
2010-07-09 Mark Probst2010-07-09 Mark Probst <mark.probst@gmail.com>
2010-07-07 Mark Probst2010-07-08 Mark Probst <mark.probst@gmail.com>
2010-06-30 Marek SafarFixed.
2010-06-26 Zoltan Varga2010-06-26 Zoltan Varga <vargaz@gmail.com>
2010-06-26 Zoltan Varga2010-06-26 Zoltan Varga <vargaz@gmail.com>
2010-06-25 Zoltan Varga2010-06-25 Zoltan Varga <vargaz@gmail.com>
2010-06-25 Zoltan Varga2010-06-25 Zoltan Varga <vargaz@gmail.com>
2010-06-25 Zoltan Varga2010-06-25 Zoltan Varga <vargaz@gmail.com>
2010-06-23 Mark Probst2010-06-23 Mark Probst <mark.probst@gmail.com>
2010-06-22 Geoff Norton2010-06-22 Geoff Norton <gnorton@novell.com>
next