[sgen] More information in sweep and world restart DTrace probes.
[mono.git] / mono / metadata / sgen-marksweep.c
2012-12-09 Mark Probst[sgen] More information in sweep and world restart...
2012-12-09 Mark Probst[sgen] Always allocate objects with a vtable.
2012-12-09 Mark Probst[sgen] Only scan marked objects when processing the...
2012-12-09 Mark Probst[sgen] Major collection concurrent with nursery collect...
2012-12-09 Mark Probst[sgen] Objects promoted during concurrent collections...
2012-12-09 Mark Probst[sgen] Enqueue objects allocated during minor collectio...
2012-12-09 Mark Probst[sgen] Do concurrent collection concurrently.
2012-12-09 Mark Probst[sgen] Scan cardtable mod union when finishing up major...
2012-12-09 Mark Probst[sgen] Assert that concurrent mark never pins major...
2012-12-09 Mark Probst[sgen] Mod-union card tables.
2012-12-09 Mark Probst[sgen] Don't pin when doing concurrent collections.
2012-12-09 Mark Probst[sgen] Separate mark for concurrent collector. Not...
2012-12-09 Mark Probst[sgen] Concurrent flag for major collectors.
2012-12-09 Mark Probst[sgen] Mark/pin large objects in the LOS header, not...
2012-12-07 Miguel de IcazaMerge pull request #487 from mayerwin/patch-1
2012-12-07 Miguel de IcazaMerge pull request #496 from nicolas-raoul/unit-test...
2012-12-07 Miguel de IcazaMerge pull request #495 from nicolas-raoul/fix-for...
2012-12-04 Zoltan VargaAdd support for interior pointers for oldspace objects...
2012-11-30 Rodrigo KumperaMerge pull request #513 from pruiz/xamarin-bug-8565-v2
2012-11-30 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-30 Marek SafarMerge pull request #515 from pruiz/syswebrouting-fixes
2012-11-28 Rodrigo KumperaLazy sweep blocks when walking the heap.
2012-11-25 Mark Probst[sgen] Switch license of SGen to LGPL2.
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
2012-11-19 Rodrigo KumperaReplace all uses of DEBUG with SGEN_LOG and SGEN_ASSERT.
2012-11-19 Zoltan VargaSweep the heap block containing the object in free_obje...
2012-11-14 Zoltan VargaSweep unswept blocks referenced by set card table entries.
2012-11-14 Zoltan VargaUse multiple versions of sweek_block () specialized...
2012-11-14 Zoltan VargaImplement lazy sweeping for the mark-sweep collector...
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-10-25 Jonathan Pryor[Mono.Posix] Add Syscall.getgrouplist().
2012-10-10 Rodrigo KumperaMerge remote-tracking branch 'joncham/sgen-msvc2'
2012-10-10 Rodrigo KumperaMerge pull request #438 from mattleibow/master
2012-09-29 Marek SafarMerge pull request #470 from clcrutch/SystemIcons
2012-09-29 Mark Probst[dtrace] Turns out "sweeped" is not a word.
2012-09-29 Mark Probst[sgen] Flags bit field instead of individual args for...
2012-09-29 Mark Probst[dtrace] Make pointers into user space uintptr_t instea...
2012-09-28 Mark ProbstMerge branch 'feature-dtrace'
2012-09-28 Mark Probst[dtrace] Add G_UNLIKELY to all DTrace _ENABLED macros.
2012-09-28 Mark Probst[dtrace] Pass namespace and class name to probes where...
2012-09-28 Mark Probst[dtrace] Probe for pinning of objects.
2012-09-28 Mark Probst[dtrace] Probe for major heap area sweep.
2012-09-28 Mark Probst[dtrace] GC heap allocation probes for SGen.
2012-09-16 Marek SafarMerge pull request #461 from knocte/xbuild_improvements
2012-09-13 Marek SafarMerge pull request #456 from strawd/bug7079
2012-09-13 Konrad M. KruczynskiMerge branch 'master' of https://github.com/mono/mono...
2012-09-12 Marek SafarMerge pull request #457 from strawd/aspnetwebstack...
2012-09-10 Jérémie LavalMerge pull request #439 from mono-soc-2012/garyb/iconfix
2012-09-05 Mark Probst[sgen] Small data type fix only relevant to unrealistic...
2012-09-05 Mark Probst[sgen] Report memory allocation failures for internal...
2012-08-31 Jonathan ChambersUse G_GNUC_UNUSED macro rather than gcc attribute directly.
2012-07-23 Atsushi EnoMerge pull request #398 from xcrash/feature/wcf.mex...
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
2012-07-21 Miguel de IcazaMerge pull request #335 from robwilkens/DataGridBugs1
2012-07-21 Miguel de IcazaMerge pull request #337 from robwilkens/IdleThreadsFixes
2012-07-21 Miguel de IcazaMerge pull request #350 from robwilkens/bug1089
2012-07-18 Zoltan VargaMerge pull request #396 from directhex/master
2012-07-17 Zoltan VargaMerge pull request #394 from directhex/master
2012-07-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-07-16 Jérémie LavalMerge pull request #364 from directhex/master
2012-07-09 Bojan RajkovicMerge pull request #366 from robwilkens/bug5747-2
2012-07-09 Rodrigo KumperaSanitize sgen's collection trigger internal API.
2012-07-04 Marek SafarMerge pull request #373 from QuickJack/master
2012-07-04 Marek SafarMerge pull request #376 from atomia/master
2012-07-04 Marek SafarMerge pull request #375 from atomia/master
2012-07-02 Rodrigo KumperaMove the heap limits code to the memgov file.
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-12 Zoltan VargaMerge remote-tracking branch 'raof/aot-cpu-safety'
2012-06-11 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-11 Mark Probst[sgen] Add some explanatory comments.
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 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-18 Rodrigo KumperaMake asserts more usefull.
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-04-23 Rodrigo KumperaMerge pull request #277 from konrad-kruczynski/master
2012-04-23 Rodrigo KumperaFix concurrent sweep thread start code to actually...
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 KumperaDocument usages of sgen_nursery_is_to_space.
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 KumperaAdd par_alloc_object to the major collector function...
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-02 Rodrigo KumperaSwitch all time counters to use the new counter type...
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
next