Merge remote branch 'upstream/master'
[mono.git] / mono / metadata / sgen-marksweep.c
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Mark Probst[sgen] Always use the GC descriptor instead of MonoClas...
2010-12-20 Mark Probst[sgen] Make Mark&Sweep compile without card tables.
2010-12-08 Mark Probst[sgen] Have an allocated block list for fixed-heap...
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] Make concurrent sweep user-selectable.
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] Zero freed blocks in fixed heap Mark&Sweep.
2010-12-01 Zoltan VargaMove the DEBUG() macro to sgen-gc.h and resurrect debug...
2010-12-01 Zoltan VargaFix some warnings.
2010-12-01 Zoltan VargaHandle LOS objects in describe_ptr ().
2010-11-29 Mark Probst[sgen] Recompute heap boundaries at each major collection.
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Mark Probst[sgen] Implement evacuation for parallel mark.
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-18 Mark Probst[sgen] Use bit fields for the booleans in MSBlockInfo.
2010-11-12 Rodrigo KumperaHandle OOM under evacuation.
2010-11-10 Rodrigo KumperaMerge branch 'gc_oom'
2010-11-10 Rodrigo KumperaAssert if we OOM during major evacuation.
2010-11-10 Rodrigo KumperaMake the parallel OOM handling code more resilient.
2010-11-10 Rodrigo KumperaImplement oom handling for MS.
2010-11-10 Rodrigo KumperaAdd heap size accounting.
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] Don't compile evacuation for parallel mark.
2010-11-07 Mark Probst[sgen] User-settable evacuation threshold.
2010-11-07 Mark Probst[sgen] Mark&Sweep evacuation.
2010-11-07 Mark Probst[sgen] Dump Mark&Sweep heap occupancy.
2010-10-18 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-10-18 Zoltan VargaFix some warnings.
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-21 Rodrigo KumperaEnable cardtable for parallel mark-sweep.
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-19 Rodrigo KumperaAvoid a superfluous copy.
2010-09-19 Rodrigo KumperaDocument some cardtable requirements and add an assert.
2010-09-10 Rodrigo KumperaRework major cardtable scan to have less active vars.
2010-09-10 Rodrigo KumperaLook for marked cards while copying them.
2010-09-10 Rodrigo KumperaManually hoist card lookup out of scan loops.
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 warning
2010-09-04 Rodrigo KumperaOptimize major cardtable scanning by about 15%.
2010-09-04 Rodrigo KumperaUse los scanning function for big objects on major...
2010-09-04 Rodrigo KumperaMicro optimize cardtable scanning
2010-08-30 Rodrigo KumperaMerge branch 'sgen_cardtable_64bits_support'
2010-08-30 Rodrigo KumperaDon't scan blocks without references.
2010-08-30 Rodrigo KumperaExtract card scanning code.
2010-08-30 Rodrigo KumperaReplace clear_card functions with block enumeration...
2010-08-25 Mark Probst[sgen] Properly update heap boundaries for fixed-heap...
2010-08-23 Mark ProbstMerge branch 'cardtable-inline-nofix'
2010-08-23 Rodrigo Kumpera[sgen] Direct card table implementation.
2010-08-08 Mark Probst[sgen] Fixed heap for Mark&Sweep.
2010-08-07 Mark ProbstMerge branch 'parallel-mark'
2010-08-07 Mark Probst[sgen] Separate mark function for parallel vs non-paral...
2010-08-07 Mark Probst[sgen] Make parallel vs non-parallel mark&sweep selectable.
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] 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] 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 ProbstSeparate internal allocator in its own C file.
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 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 Mark Probst2010-07-09 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-06-23 Mark Probst2010-06-23 Mark Probst <mark.probst@gmail.com>
2010-06-05 Zoltan VargaMove the documentation to Documentation/en.
2010-06-05 Mark Probst2010-06-05 Mark Probst <mark.probst@gmail.com>
2010-06-05 Mark Probst2010-06-05 Mark Probst <mark.probst@gmail.com>
2010-06-05 Mark Probst2010-06-05 Mark Probst <mark.probst@gmail.com>
2010-05-05 Marek SafarNew tests.
2010-05-04 Mark Probst2010-05-04 Mark Probst <mark.probst@gmail.com>
2010-05-02 Mark Probst2010-05-02 Mark Probst <mark.probst@gmail.com>
2010-05-02 Mark Probst2010-05-02 Mark Probst <mark.probst@gmail.com>
2010-04-29 Marek SafarTurn eval test into normal test case
2010-04-28 Mark Probst2010-04-29 Mark Probst <mark.probst@gmail.com>
2010-04-28 Mark Probst2010-04-28 Mark Probst <mark.probst@gmail.com>
2010-04-27 Mark Probst2010-04-27 Mark Probst <mark.probst@gmail.com>
2010-04-27 Lluis Sanchez2010-04-27 Lluis Sanchez <lluis@novell.com>
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-26 Mark Probst2010-04-27 Mark Probst <mark.probst@gmail.com>
2010-04-25 Mark Probst2010-04-25 Mark Probst <mark.probst@gmail.com>
2010-04-25 Mark Probst2010-04-25 Mark Probst <mark.probst@gmail.com>