[sgen] Debug option for printing the heap usage and minor collection allowance.
[mono.git] / mono / metadata / sgen-gc.c
2011-07-11 Mark Probst[sgen] Debug option for printing the heap usage and...
2011-06-24 Mark Probst[sgen] Do the bridge callback after the world has been...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-23 Mark Probst[sgen] Give warnings when degraded allocations happen.
2011-06-22 Sebastien PouliotMerge pull request #119 from konrad-kruczynski/SslStrea...
2011-06-21 Rodrigo KumperaFix amd64, again. Damn me.
2011-06-21 Rodrigo KumperaImplement an IL version of the cardtable write-barrier.
2011-06-21 Rodrigo KumperaExtract the nursery check code into a separate function.
2011-06-17 Zoltan VargaSupport another case in mono_gc_get_bitmap_for_descr ().
2011-06-13 Zoltan VargaMerge pull request #114 from XTZGZoReX/master
2011-06-13 Rodrigo KumperaAleviate fencing on critical regions and allocation.
2011-06-13 Zoltan VargaMerge pull request #113 from XTZGZoReX/master
2011-06-12 Rodrigo KumperaAdd missing StoreStore barriers to the managed allocator.
2011-06-11 Rodrigo KumperaStoring the vtable pointer on the object header require...
2011-06-11 Rodrigo KumperaReplace an explicit memory barrier with mono_atomic_sto...
2011-06-03 Zoltan VargaMerge pull request #109 from rnagy/master
2011-06-03 Zoltan VargaMake mono_gc_pthread_create () call pthread_create...
2011-05-31 Mark Probst[sgen] Split the minor scan function between parallel...
2011-05-31 Mark Probst[sgen] Make nursery collector for parallel M&S non...
2011-05-26 Rodrigo KumperaSanitize assertions in the unmanaged object allocator.
2011-05-26 Rodrigo KumperaChange the managed allocator so the tlab wastage trick...
2011-05-26 Rodrigo KumperaBound tlab wastage to SGEN_MAX_NURSERY_WASTE.
2011-05-26 Rodrigo KumperaIntroduce mono_sgen_nursery_retire_region.
2011-05-26 Rodrigo KumperaImplement lock free nursery allocation.
2011-05-26 Rodrigo KumperaKill nursery_next, now each fragment has a bump pointer.
2011-05-26 Rodrigo KumperaAdd mono_sgen_can_alloc_size and trim some unusued...
2011-05-26 Rodrigo KumperaFinish spliting sgen-nursery-allocator into a separate...
2011-05-26 Rodrigo KumperaExport mono_sgen_get_nursery_clear_policy from sgen-gc
2011-05-26 Rodrigo KumperaRename functions that will be part of the nursery-alloc...
2011-05-26 Rodrigo KumperaMove more nursery fragment code from sgen-gc.c
2011-05-26 Rodrigo KumperaMove nursery fragment handling to a separate file
2011-05-25 Rodrigo KumperaThe TLS shutdown race only happen in signal based STW...
2011-05-24 Rodrigo KumperaReapply the fast v4 monitor enter IL. AOT and LLVM...
2011-05-24 Marek HabersackRevert "Reapply 171e69041898f488f332c5a2fad71e40f5863c5...
2011-05-24 Rodrigo KumperaReapply 171e69041898f488f332c5a2fad71e40f5863c5d fixed...
2011-05-20 Mark Probst[sgen] Handle all cases in major_scan_vtable().
2011-05-20 Mark Probst[sgen] Don't pass vtables to FOREACH macros when the...
2011-05-20 Mark Probst[sgen] Remove superfluous arguments from minor_scan_vty...
2011-05-20 Mark Probst[sgen] Remove small bitmap descriptor type.
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-19 Rodrigo KumperaUse new mono_gc_(memmove|bzero) in places messing with...
2011-05-13 Zoltan VargaMerge pull request #100 from Unity-Technologies/master...
2011-05-13 Mark Probst[sgen] Use critical region instead of lock in mono_gc_w...
2011-05-12 Mark ProbstMerge branch 'sgen-stage-finalize'
2011-05-12 Mark Probst[sgen] Staged weak link registration.
2011-05-12 Mark Probst[sgen] Move weak link hash code to separate file.
2011-05-12 Mark Probst[sgen] Staging of finalizer registrations.
2011-05-12 Mark Probst[sgen] Move finalization hash code to separate file.
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-12 Rodrigo KumperaMerge pull request #96 from ualtinok/master
2011-05-11 Rodrigo KumperaMake sure the GC takes the appropriate locks during...
2011-05-03 Mark Probst[sgen] Fix thread unregister deadlock race.
2011-05-02 Rodrigo KumperaFix thread unregistration under sgen.
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-05-01 Mark ProbstMerge branch 'sgen-lock-free-alloc'
2011-05-01 Mark Probst[sgen] Make sure remset clearing doesn't crash if we...
2011-05-01 Mark Probst[sgen] Attach thread info early so that hazard pointers...
2011-05-01 Mark Probst[sgen] Use the lock free allocator as the internal...
2011-04-18 Zoltan VargaFix a crash in the sgen suspend code which happens...
2011-04-12 Rodrigo KumperaAvoid some duplicate work when we don't have KW_THREAD
2011-04-09 Zoltan VargaFix a warning.
2011-04-08 Rodrigo KumperaAdd mono_gc_is_critical_method to the internal GC api
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Rodrigo KumperaMove thread management from sgen to utils. Move smr...
2011-04-02 Zoltan VargaFix a harmless memory overwrite in sgen.
2011-04-01 Rodrigo KumperaMore plat cleanups.
2011-04-01 Rodrigo KumperaArch cleanup.
2011-04-01 Rodrigo KumperaFix thread restart under mach.
2011-03-21 Neale FergusonAdd s390x support to mono-context
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-15 Rodrigo KumperaAdd mono_sgen_thread_info_current to speedup self lookups.
2011-03-15 Rodrigo KumperaStore the mach port on SgenThreadInfo
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-14 Mark Probst[sgen] Debug options for disabling minor and/or major...
2011-03-14 Mark Probst[sgen] Scan thread data job for the nursery collection.
2011-03-14 Mark Probst[sgen] Scan from registered roots job for nursery.
2011-03-13 Zoltan VargaAdd a function to add a nursery fragment.
2011-03-12 Zoltan VargaFix a warning.
2011-03-12 Zoltan VargaRename a few sgen variables/functions to better describ...
2011-03-10 Rodrigo KumperaFix a warning
2011-03-10 Rodrigo Kumperamono_gc_alloc_mature must check if the object needs...
2011-03-08 Mark ProbstMerge branch 'sgen-job-distribution'
2011-03-08 Mark Probst[sgen] Make scan from remsets a job.
2011-03-08 Mark Probst[sgen] Parallel nursery collection.
2011-03-08 Mark Probst[sgen] Scanning of finalizer entries in a job.
2011-03-08 Mark Probst[sgen] Job for scan thread data.
2011-03-08 Mark Probst[sgen] Jobs for scanning from registered roots.
2011-03-08 Mark Probst[sgen] Separate step for starting marking in workers.
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-02 Rodrigo KumperaUse mono-context machinery for x86.
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Neale FergusonFix sgen operation on s390x
2011-02-26 Mark Probst[sgen] Internal alloc debugging.
2011-02-26 Mark Probst[sgen] Separate internal allocator for the distribute...
2011-02-24 Rodrigo KumperaExtract a macro to loop over all threads.
2011-02-22 Mark Probst[sgen] Break tracking weak references as early as possible.
2011-02-21 Mark ProbstMerge branch 'sgen-new-parallel'
2011-02-21 Mark Probst[sgen] Check for work sharing every N (currently 32...
next