Fix the build.
[mono.git] / mono / metadata /
2013-01-20 Zoltan VargaAdd gsharedvt support to the JIT and to the trampoline...
2013-01-20 Zoltan VargaMake MonoGenericSharingContext store whenever type...
2013-01-20 Zoltan VargaAdd two wrappers which are used to transition between...
2013-01-19 Mark Probst[sgen] Make concurrent mark work with the split nursery.
2013-01-18 Rodrigo KumperaSilence a lot of warnings on linux.
2013-01-18 Rodrigo Kumpera[sgen] Fix the fixed-heap + parallel configuration...
2013-01-18 Marek SafarMerge pull request #530 from jmp75/visualstudio-build
2013-01-18 Marek SafarMerge pull request #532 from alesliehughes/master
2013-01-17 Rodrigo Kumpera[sgen]Rework the ephemeron code to not rely on object...
2013-01-17 Rodrigo Kumpera[sgen] Cleanup, remove object ranges for finalization...
2013-01-17 Rodrigo KumperaA weak link target is zeroed before we unregister it...
2013-01-16 Mark Probst[sgen] Remove the copying major collector.
2013-01-16 Rodrigo KumperaRemove tracking link hashtables no longer used by boehm.
2013-01-16 Rodrigo KumperaBoehm now supports long links.
2013-01-16 Rodrigo KumperaCheck if the thread suspend correctly. Fixes shutdown...
2013-01-15 Zoltan VargaWait for the finalizer thread to actually exit before...
2013-01-14 Zoltan VargaRemove some special case code from mono_image_get_field...
2013-01-14 Mark Probst[sgen] Bugfix: Don't lose global remsets with the split...
2013-01-12 Mark Probst[sgen] Flag in minor collector struct for whether it...
2013-01-12 Mark Probst[sgen] Only protocol/DTrace pinning when we actually...
2013-01-11 Mark Probst[sgen] DTrace probe for when a GC is requested.
2013-01-11 Mark Probst[sgen] Don't report that we need a major collection...
2013-01-11 Mark Probst[sgen] MONO_GC_DEBUG option for checking mark bit consi...
2013-01-11 Mark Probst[sgen] Bugfix: Actually sweep blocks when doing concurr...
2013-01-11 Mark Probst[sgen] Add a missing binary protocol call.
2013-01-11 Mark Probst[sgen] Bugfix: When scanning mod table, follow major...
2013-01-11 Mark Probst[sgen] More information in describe_ptr(), and unify...
2013-01-11 Mark Probst[sgen] Binary protocol entry for card scanning.
2013-01-10 Rodrigo KumperaMerge pull request #517 from getsometoast/master
2013-01-09 Jean-Michel PerraudMerge remote-tracking branch 'upstream/master'
2013-01-07 Zoltan VargaUse a separate field for avoiding recursion in setup_fi...
2013-01-06 Mark Probst[sgen] Pass the reference, not just its location, to...
2013-01-05 Zoltan VargaDon't swallow the loader error if a field type cannot...
2013-01-05 Zoltan VargaMake arrays implement IReadOnlyList<T> and IReadOnlyCol...
2013-01-04 Rodrigo Kumpera[runtime]When loading a signature fails with a loader...
2013-01-03 Mark Probst[sgen] Don't force synchronous collection unless reques...
2013-01-03 Mark Probst[boehm] DTrace probes for Boehm.
2013-01-03 Mark Probst[sgen] More dtrace probes.
2013-01-03 Mark Probst[sgen] Give a warning when precise stack mark is reques...
2013-01-03 Zoltan VargaAvoid creating unbox wrappers in mono_delegate_ctor_wit...
2013-01-02 Rodrigo KumperaMetadata's Makefile.am.in can now be patched by the...
2013-01-02 Mark Probst[sgen] Pass value of reference to major mark function...
2013-01-02 Zoltan VargaAvoid an assert which is hit when a 3.0 runtime loads...
2013-01-01 Mark Probst[sgen] Don't just allow concurrent collections on nurse...
2012-12-21 Rodrigo KumperaAdd MONO_WRAPPER_UNBOX to mono_marshal_method_from_wrapper.
2012-12-17 Zoltan VargaRevert "Add an instance_size_inited flag to MonoClass...
2012-12-17 Zoltan VargaAdd an instance_size_inited flag to MonoClass to signal...
2012-12-14 Mark Probst[sgen] Don't allow concurrent M&S with split nursery.
2012-12-14 Mark Probst[sgen] Fix race conditions in worker thread start/stop.
2012-12-12 Rodrigo KumperaMerge pull request #522 from kosumosu/master
2012-12-12 Mark Probst[sgen] Try to fix Win32 build.
2012-12-11 Marek SafarMerge pull request #519 from Youscribe/execution_contex...
2012-12-10 Mark Probst[sgen] Build fix.
2012-12-09 Mark Probst[sgen] Debugging code to check gray queue section's...
2012-12-09 Mark Probst[sgen] Just pass one struct around, instead of scan_fun...
2012-12-09 Mark Probst[sgen] Use SGEN_ATOMIC_ADD instead of doing it by hand.
2012-12-09 Mark Probst[sgen] A few assertions.
2012-12-09 Mark Probst[sgen] Start the workers before pinning when concurrent.
2012-12-09 Mark Probst[sgen] Disable redirection to distribute queue after...
2012-12-09 Mark Probst[sgen] Fix weak tracking links in concurrent mark.
2012-12-09 Mark ProbstMake weak links initialized to NULL before calling...
2012-12-09 Mark Probst[sgen] DTrace probes for finalisers and weak links.
2012-12-09 Mark Probst[sgen] Remove workers_gc_thread_data.
2012-12-09 Mark Probst[sgen] Number of major objects marked in concurrent...
2012-12-09 Mark Probst[sgen] Remove debugging printfs.
2012-12-09 Mark Probst[sgen] Handle all blocks without mod union tables,...
2012-12-09 Mark Probst[sgen] Handle major object remembers happening outside...
2012-12-09 Mark Probst[sgen] Option to disable lazy sweep in MONO_GC_PARAMS.
2012-12-09 Mark Probst[sgen] Don't try to wake up workers before they've...
2012-12-09 Mark Probst[sgen] Remove stupid old concurrent sweep.
2012-12-09 Mark Probst[sgen] Sweep blocks in cardtable scans only if there...
2012-12-09 Mark Probst[sgen] Don't try to wait for workers unless we're concu...
2012-12-09 Mark Probst[sgen] More information in sweep and world restart...
2012-12-09 Mark Probst[sgen] Fix locking of the worker distribute gray queue.
2012-12-09 Mark Probst[sgen] Remove gray queue balance.
2012-12-09 Mark Probst[sgen] DTrace probes for sweep begin/end and concurrent...
2012-12-09 Mark Probst[sgen] Workers dequeue from the distribute gray queue...
2012-12-09 Mark Probst[sgen] Always allocate objects with a vtable.
2012-12-09 Mark Probst[sgen] DTrace probes for world stop/restart.
2012-12-09 Mark Probst[sgen] Only scan marked objects when processing the...
2012-12-09 Mark Probst[sgen] Make nursery-is-clean check a MONO_GC_DEBUG...
2012-12-09 Mark Probst[sgen] Debugging checks on gray object enqueues.
2012-12-09 Mark Probst[sgen] Never enqueue nursery pointers for the concurren...
2012-12-09 Mark Probst[sgen] Major collection concurrent with nursery collect...
2012-12-09 Mark Probst[sgen] Separate binary protocol entries for collection...
2012-12-09 Mark Probst[sgen] Objects promoted during concurrent collections...
2012-12-09 Mark Probst[sgen] Clear nursery fragments before whole heap check.
2012-12-09 Mark Probst[sgen] Enqueue objects allocated during minor collectio...
2012-12-09 Mark Probst[sgen] Pass scan function to sgen_drain_gray_stack().
2012-12-09 Mark Probst[sgen] Handle forwarded objects better in describe_ptr().
2012-12-09 Mark Probst[sgen] Do concurrent collection concurrently.
2012-12-09 Mark Probst[sgen] Allocate job data dynamically.
2012-12-09 Mark Probst[sgen] Scan cardtable mod union when finishing up major...
2012-12-09 Mark Probst[sgen] Do another copy/mark pass when finishing up...
2012-12-09 Mark Probst[sgen] Assert that concurrent mark never pins major...
2012-12-09 Mark Probst[sgen] Factor out major copying and marking from roots...
2012-12-09 Mark Probst[sgen] Don't check the value for nursery in the concurr...
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] Reset pinning early in concurrent collector.
next