[xbuild] Add new reserved properties $(MSBuildThisFile*).
[mono.git] / mono / metadata / sgen-gc.c
2011-02-21 Mark ProbstMerge branch 'sgen-new-parallel'
2011-02-21 Mark Probst[sgen] Check for work sharing every N (currently 32...
2011-02-21 Mark Probst[sgen] Have thread-local block free lists in worker...
2011-02-21 Mark Probst[sgen] MONO_GC_PARAMS option for specifying number...
2011-02-21 Mark Probst[sgen] Better work distribution for parallel mark.
2011-02-20 Hib ErisReturn TRUE from mono_gc_dllmain
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-11 Zoltan VargaAvoid a boehm dependency in driver.c.
2011-01-29 Geoff NortonTypo
2011-01-29 Geoff NortonAvoid a crash when shutting down jit attached threads
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Mark Probst[sgen] Don't assert when on Android.
2011-01-24 Mark Probst[sgen] Bridge cross references pass.
2011-01-22 Mark Probst[sgen] Start concurrent sweep thread on GC init.
2011-01-21 Zoltan VargaTransition non perf-critical users of klass->has_finali...
2011-01-19 Rodrigo KumperaProperly clear weak refs that don't track resurrection.
2011-01-14 Zoltan VargaError out instead of crashing when using sgen+pthread.
2011-01-13 Zoltan VargaAdd some more functions to gc-internal.h to help remove...
2011-01-11 Mark Probst[sgen] Make binary protocol work again.
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Mark Probst[sgen] Always use the GC descriptor instead of MonoClas...
2011-01-03 Zoltan VargaAvoid computing GC maps if precise stack marking is...
2011-01-03 Zoltan VargaMerge branch 'precise-gc-maps'
2011-01-03 Zoltan VargaMake conservative stack marking the default for now.
2011-01-03 Zoltan VargaRemove obsolete conservative-stack-mark MONO_GC_DEBUG...
2011-01-03 Zoltan VargaAdd stats for the number of pinned objects during all...
2011-01-03 Zoltan VargaLog to stdout by default, so it matches up with the...
2011-01-03 Zoltan VargaShare the log file between sgen and the stack marking...
2011-01-03 Zoltan VargaRevert "Flush the actual file too in binary_protocol_fl...
2011-01-03 Zoltan VargaFlush the actual file too in binary_protocol_flush_buff...
2011-01-03 Zoltan VargaAllow an argument to collect-before-allocs to force...
2011-01-03 Zoltan VargaAdd an option to turn on CLEAR_AT_GC.
2011-01-03 Zoltan VargaAdd a free callback to sgen, use it to free our TLS...
2011-01-03 Zoltan VargaAdd the conservative-stack-mark option to the MONO_GC_D...
2011-01-03 Zoltan VargaOngoing work.
2010-12-08 Mark Probst[sgen] Don't increase degraded_mode in alloc_degraded().
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-05 Zoltan VargaMake sgen-protocol.c into its own module.
2010-12-04 Zoltan VargaFix a warning.
2010-12-03 Mark ProbstMerge branch 'concurrent-sweep'
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] Handle forwarding in mono_gc_scan_for_specific_r...
2010-12-01 Zoltan VargaMake sgen-los.c into a proper C module.
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-30 Rodrigo KumperaAdd mono_gc_alloc_mature and use it for threads.
2010-11-29 Mark Probst[sgen] Recompute heap boundaries at each major collection.
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...
next