Introduce a callback API to have notifications when runtime resources exceed preset...
[mono.git] / mono / metadata / sgen-gc.c
2011-10-04 Paolo MolaroIntroduce a callback API to have notifications when...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-26 Rodrigo KumperaSplit bridge processing in two steps.
2011-09-26 Rodrigo KumperaFix the interation of non tracking weak refs and epheme...
2011-09-26 Rodrigo KumperaFix enter/exit critical region visibility.
2011-09-24 Mark Probst[sgen] If we couldn't evacuate the nursery after a...
2011-09-24 Mark Probst[sgen] Never directly pin objects on the M&S major...
2011-09-06 Zoltan VargaMerge pull request #169 from madewokherd/master
2011-09-06 Rodrigo KumperaAdd sgen collection pause times to mono trace log.
2011-09-01 Rodrigo KumperaHandle finalizable objects pointed by bridge objects...
2011-08-19 Mark Probst[sgen] Pinning and remset statistics per class.
2011-08-19 Mark Probst[sgen] Optional equality function for the hash table.
2011-08-19 Mark Probst[sgen] Use GLib's hash func typedef instead of our...
2011-08-17 Mark ProbstMerge branch 'sgen-hash-table'
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the weak link...
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the roots hashes.
2011-08-17 Mark Probst[sgen] Factor out the finalize hash tables into a reusa...
2011-08-17 Miguel de Icazaupdate copyrights
2011-08-13 Marek SafarMerge pull request #156 from garuma/tpl-dataflow-tasks
2011-08-10 Zoltan VargaWrap pthread_exit () with mono_gc_pthread_exit () since...
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-08-02 Atsushi EnoMerge pull request #143 from mistoll/master
2011-07-28 Mark Probst[sgen] Don't use pthread_once() to init a TLS key,...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-28 Miguel de IcazaMerge pull request #139 from HorstKakuschke/master
2011-07-27 Mark Probst[sgen] Don't allow nursery sizes smaller than SGEN_MAX_...
2011-07-27 Mark Probst[sgen] Construct the array_fill_vtable manually.
2011-07-26 Mark Probst[sgen] Print a warning when using binary protocol and...
2011-07-26 Mark Probst[sgen] Binary protocol for every write barrier, not...
2011-07-26 Mark Probst[sgen] Make the binary protocol compile and work again.
2011-07-26 Mark Probst[sgen] Fix mono_gc_wbarrier_value_copy() for remsets.
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-20 Geoff NortonType matching is fun
2011-07-20 Geoff Nortoninfo->signal does not exist on MACH either
2011-07-20 Geoff Nortoninfo->stop_count does not exist on MACH
2011-07-19 Mark ProbstNew function: mono_valloc_aligned().
2011-07-19 Mark Probst[sgen] rehash_roots() must take an int, not a boolean.
2011-07-19 Mark Probst[sgen] Use g_usleep() instead of usleep().
2011-07-18 Mark Probst[sgen] Move all signal stuff into sgen-os-posix.c.
2011-07-13 Mark Probst[sgen] Option for an allowance limit.
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...
next