mono.git
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 VargaDon't crash in one place if logging is turned on. Add...
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 VargaUse sizeof (mgreg_t) in a few more places.
2011-01-03 Zoltan VargaPrint frame info during the precise pass as well.
2011-01-03 Zoltan VargaAdd a MONO_GCMAP_DEBUG env variable. Redirect debug...
2011-01-03 Zoltan VargaAllow an argument to collect-before-allocs to force...
2011-01-03 Zoltan VargaAllocate a few more vregs as REF/MP.
2011-01-03 Zoltan VargaImprove logging even more. Fix a crash which happened...
2011-01-03 Zoltan VargaImprove logging, really set vtype slots without livenes...
2011-01-03 Zoltan VargaDon't treat arguments in registers live for the whole...
2011-01-03 Zoltan VargaMake gshared variables GC tracked.
2011-01-03 Zoltan VargaAdd stats for the size of the scanned native stacks.
2011-01-03 Zoltan VargaFix the computation of frame start so some areas are...
2011-01-03 Zoltan VargaLog if the frame stack is full.
2011-01-03 Zoltan VargaMove the handling of finally clauses into a separate...
2011-01-03 Zoltan VargaMake a log statement depend on cfg->verbose_level.
2011-01-03 Zoltan VargaFix the handling of methods with finally clauses so...
2011-01-03 Zoltan VargaMark the dreg of OP_NEWARR as a ref.
2011-01-03 Zoltan VargaAdd an option to turn on CLEAR_AT_GC.
2011-01-03 Zoltan VargaImprove logging. Treat the result of an LDIND.REF as...
2011-01-03 Zoltan VargaRename a few fields.
2011-01-03 Zoltan VargaMake GC maps for methods with finally clauses more...
2011-01-03 Zoltan VargaOptimize the frames with finally clauses a bit so at...
2011-01-03 Zoltan VargaDon't assert in describe_ptr () for oldspace pointers.
2011-01-03 Zoltan VargaAllow wrapper frames to be precisely tracked.
2011-01-03 Zoltan VargaFix regressions introduced by the last few changes...
2011-01-03 Zoltan VargaTreat the frame reg as precisely tracked.
2011-01-03 Zoltan VargaEncode regmasks compactly.
2011-01-03 Zoltan VargaRegisters are now NOREF by default outside their live...
2011-01-03 Zoltan VargaRemove a debug printf.
2011-01-03 Zoltan VargaFix a warning.
2011-01-03 Zoltan VargaDisable heavy logging.
2011-01-03 Zoltan VargaFix logging and add more logging to the liveness pass.
2011-01-03 Zoltan VargaCreate GC maps for methods with nono-finally clauses.
2011-01-03 Zoltan VargaAdd comments about reducing the size of the GC maps.
2011-01-03 Zoltan VargaFix some FIXMEs.
2011-01-03 Zoltan VargaAdd a free callback to sgen, use it to free our TLS...
2011-01-03 Zoltan VargaOptimize the size of TlsData.
2011-01-03 Zoltan VargaOptimize GC map memory usage a bit more, add more memor...
2011-01-03 Zoltan VargaUpdate some comments.
2011-01-03 Zoltan VargaRename StackSlotType to GCSlotType.
2011-01-03 Zoltan VargaAdd the conservative-stack-mark option to the MONO_GC_D...
2011-01-03 Zoltan VargaRefactor mini_gc_create_gc_map () into smaller functions.
2011-01-03 Zoltan VargaImplement precise scanning of param area slots. Fix...
2011-01-03 Zoltan VargaDon't treat the saved ebp slot as pinned. Fix support...
2011-01-03 Zoltan VargaFix order of entries in GCEncodedMap.
2011-01-03 Zoltan VargaUpdate comments.
2011-01-03 Zoltan VargaSplit the marking function into two functions, save...
2011-01-03 Zoltan VargaOmit empty columns from the register bitmaps.
2011-01-03 Zoltan VargaFix a typo.
2011-01-03 Zoltan VargaEmbed the callsite table after the gc map.
2011-01-03 Zoltan VargaImplement compression of the fixed fields in the GCMap...
2011-01-03 Zoltan VargaCompute the GC bitmap offsets instead of storing them...
2011-01-03 Zoltan VargaFirst pass at reducing the memory usage of GC Maps.
2011-01-03 Zoltan VargaRewrite everything. Instead of computing liveness inter...
2011-01-03 Zoltan VargaTrim starting and ending NOREF columns from the GC...
2011-01-03 Zoltan VargaMerge process_locals () and process_arguments ().
2011-01-03 Zoltan VargaDon't treat 'this' as byref. Don't treat ref regs as...
2011-01-03 Zoltan VargaAdd a new regbank for spill slots holding managed point...
2011-01-03 Zoltan VargaGenerate liveness info for non-ref variables allocated...
2011-01-03 Zoltan VargaUpdate comments.
2011-01-03 Zoltan VargaImplement precise scanning of registers by scanning...
2011-01-03 Zoltan VargaMark some LMF fields as NOREF.
2011-01-03 Zoltan VargaMark non-ref spill slots as NOREF. Mark copies of ref...
2011-01-03 Zoltan VargaAdd support for GC tracking of some spill slots.
2011-01-03 Zoltan VargaMark stack slots allocated to dead locals as noref.
2011-01-03 Zoltan VargaRename locals_start/end to frame_start/end.
2011-01-03 Zoltan VargaAdd more logging code.
2011-01-03 Zoltan VargaAdd infrastructure for marking the whole frame, not...
2011-01-03 Zoltan VargaUse mono_find_jit_info_ext ().
2011-01-03 Zoltan VargaAlign 'nslots' properly.
2011-01-03 Zoltan VargaFix an uninitialized memory bug.
2011-01-03 Zoltan VargaFix the computation of the stack space statistics.
2011-01-03 Zoltan VargaMark only the ref slots of a vtype with uncertain liven...
2011-01-03 Zoltan VargaUse two bitmaps instead of the 'slots' array, this...
2011-01-03 Zoltan VargaCompute approximate liveness intervals for vtypes and...
2011-01-03 Zoltan VargaAdd infrastructure for marking vregs as holding a GC...
2011-01-03 Zoltan VargaAdd a test for JIT temporaries.
2011-01-03 Zoltan VargaDisable GC maps for methods with causes for now.
2011-01-03 Zoltan VargaAdd a [NotWorking] test for liveness + finally clauses.
2011-01-03 Zoltan VargaDon't treat U/PTR as a managed ref.
2011-01-03 Zoltan VargaAdd further comments/fixmes.
2011-01-03 Zoltan VargaReally fix the computation of statistics.
2011-01-03 Zoltan VargaUpdate 'Problems' section.
2011-01-03 Zoltan VargaCompute the stack scanning stats correctly, handle...
2011-01-03 Zoltan VargaUpdate comments.
2011-01-03 Zoltan VargaStore the liveness information in a two dimensional...
2011-01-03 Zoltan VargaAdd a MONO_INST_GC_TRACK inst flag to mark variables...
2011-01-03 Zoltan VargaAdd a modified liveness analysis pass to compute precis...
2011-01-03 Zoltan VargaOngoing work.
2011-01-03 Miguel de Icaza[mscorlib/getfolderpath] Special-case MacOS X.
2011-01-03 Miguel de Icaza[mscorlib] New Path.Combine methods are exposed interna...
2011-01-03 Miguel de Icaza[mscorlib/getfolderpath] Remove MonoTODO
2011-01-03 Miguel de Icaza[GetFolderPath] Handful of .NET 4 changes
2011-01-03 Miguel de Icaza[mscorlib] inside mscorlib Platform's value will be...
2011-01-03 Marek Habersack[corlib] Fix for bug #659061. Adjust size of the last...
2011-01-03 Zoltan Varga.gitignore.
next