Tue Nov 17 00:00:00 UTC 2015 - fwdsbs.to.11df@xoxy.net, martin.liska@suse.com
- Update to version 4.2.1.102:
* More adoption of Microsoft's open source code
* Support for PPDB debugging format
* New threadpool implementation
* Runtime optimizations
* Extensive bug fixing (see http://www.mono-project.com/docs/about-mono/releases/4.2.0 for complete list)
- Temporary fixes for old incorrect dependencies. See this link for more details: https://github.com/mono/mono/commit/1f4133a06f252ec1b78637dd91e49f50836cf570
- Added authors.patch to fix missing authors file
- Added strncat-process-c.patch - fix insecure use of strncat at process.c:383 to fix OBS build
Sat Jan 24 09:41:00 UTC 2015 - mailaender@opensuse.org
- update 3.12.0
* Major performance and memory consumption improvements on SGen.
* Improve the heuristic of the ThreadPool to maximize efficiency and minimize the number of Threads.
* New cert-sync tool automatically syncs Mono’s certificate store against the OS certificate store on Linux
* X86 code now generate pushless code. This is faster on modern CPUs.
* Multiple fixes in the profiler to make statistical sampling reliable and functional without kernel assisted sampling.
* Mono users no longer need to run mozroots to get SSL working.
* Switched to adaptative hill climbing for sizing the pool.
* The supervisor thread now goes into deep sleep when no new jobs are submitted for a while. This should save power on targets running on batteries.
* Reorganized how major heap blocks are manipulated for increased efficiency of the major collection.
* Reduced memory consumption by better sizing of allocation buckets.
* Switched to a simpler heuristics for major heap sizing that is more stable and avoid unexpected spikes.
* Removed the parallel collector, it was an experimental feature that did not provide an effective speedup. It will be brought back in the future with a functioning design.
* Removed the fixed heap configuration, it was an experimental feature that did not deliver enough of a performance improvement.
* Avoid asserts on shutdown when the appdomain unload callbacks are called on the debugger thread during shutdown. Fixes bxc#24342.
* Fix the calculation of the epilog size for EH info. Fixes bxc#24577.
* Fix a class initialization race which happens if a class initializer initializes a got slot before it finishes running. Fixes bxc#23242.
* Fix OP_LOCALLOC on arm so it correctly adjusts sp with the param area size even if the size is large. Fixes bxc#24221.
* Disable the extension of i8/i16 arguments to i32 on arm64, since the ios calling convention passes them differently than i32. Fixes bxc#22800.
* Use NULLIFY_INS () to nullify instructions and use MONO_INST_NEW to create phi node instructions to avoid asserts in the spill pass. Fixes bxc#24006.
* Rewrite the way direct calls are made between llvm methods. Previously all calls were made to plt entries and the plt entry symbols were aliased to point to the corresponding method if the method was directly callable using the .set assembler directive. This doesn’t seem to work with newer LLVM/CLANG versions, so do this completely on the LLVM side using Value::replaceAllUsesWith (). Fixes bxc#23976.
* Make process handles non-shared. Fixes bxc#23423.
* Fix the return of vtypes containing a single fp member from pinvoke methods on OS X/x86. Fixes bxc#23813.
* Fix an SRE assert. Fixes bxc#19039.
* Implement 5dbf97e66057f8626c53fcea30f1988d6627e5a2 for calls made from NEWOBJ too. Fixes bxc#23557.
* Make each CASTCLASS_CACHE patch unique by generating a unique identifier from the method index and an per-method counter. Fixes bxc#23478.
* Disallow generic classes with explicit layout. Fixes bxc#23438.
* Add an option to make debugger invokes virtual. Part of the fix for #23385.
* Allow renaming of threadpool threads. Fixes bxc#23206.
* Fix the unregistration of our exception handler on Windows. Fixes bxc#23221.
* Make calls from gshared to gsharedvt sharable methods indirect since otherwise at runtime we might find an instantiation and we cannot patch the call, leading to performance problems. Fixes bxc#23021.
* Allow the SIZEOF opcode in gsharedvt code if it doesn’t reference a gsharedvt type. Fixes bxc#22711.
* Fix mono_marshal_free_ccw (). Fixes bxc#22414.
* Fixes DbEnumerator current property to clone read data. Fixes bxc#24452
* Allow sending of text data longer than 4000 characters by using a different column type. Fixes bxc#21172.
* Implement MonoGenericClass:GetCustomAttributes () for created types. Fixes bxc#23769.
* Improved Json deserialization of floating-point numbers. When DataContractJsonSerializer was created from type object, deserialization of floating.point numbers was not possible. Fixes 21583.
* Test Json deserialization of a floating-point number as object. Covers bxc#21583.
* Rss20ItemFormatter.ReadFrom now sets Id when guid is PermaLink. Fixes bxc#23262.
* Uri made from UNIX path and RelativeOrAbsolute is now relative. Fixes bxc#22954.
* UriParseComponents no longer decodes ‘@’ in UserInfo. Fixes bxc#23246.
* Update en-NZ designators. Fixes bxc#22212
* Update to my last fix for bxc#22129.
* Copy out/ref parameters on async call; bxc#22129.
* If not specified assume that array items are nullable. Fixes bxc#19012.
* Added optional serialization based on ShouldSerialize{V}. SerializationCodeGenerator and XmlSerializationWriterInterpreter will no longer serialize an attribute named {V} if its object has a method named ShouldSerialize{V}() that returns false. {V}Specified now is also checked to be true before serializating the attribute even if it is a property that is not settable. Fixes bxc#1852.
* GMT DateTimeOffset is now properly parsed. Fixes bxc#22851. GMT date formats set useutc to true, so now useutc is checked to init DateTimeOffset with a zero offset.
* Improved CalendricalCalculations fixed_from_dmy methods. Fixes bxc#21930. In some cases fixed_from_dmy is used with the month parameter greater than the number of months of that year. Year is now incremented until month parameter is valid.
* Enumerate all subdirectories including the first one. Fixes bxc#22857
* Encode ContentDisposition name. Fixes bxc#18422
* When needed serialized objects are now implicitly converted. Fixes bxc#20403.
* Fix ClientWebSocket.ReceiveAsync() with small buffer; bxc#22704.
* Tokenize dash only in range values. Fixes bxc#22764
* Added time format with only offset. Fixes bxc#22558.
* Added support for UriComponents.SerializationInfoString. Fixes bxc#21571.
* Unify handling of default ctor and zero. Fixes bxc#22591
* Make SendAsync state free to handle recursive calls. Fixes bxc#22724
* Actually fix #22179 to allow concurrent requests.
* DateTime.Parse now handles unlimited number of fractional digits. This change was made because .NET can parse ISO8601 format with an unlimited number of fractional digits. Fixes bxc#22417.
* Added test ISO8601FractionalDigits. Covers #22417.
* Delay reflection hit to actual execution point. Workarounds #22522
* Update RequestMessage.RequestUri.AbsoluteUri after redirect. Fixes bxc#22383
* Catch exceptions thrown by SerialPortStream.Dispose () when called from the finalizer. Fixes bxc#15514
* KeyPairPersistence now tries to fix folder permissions. An exception is no longer thrown if the folder permissions can be fixed. Fixes bug bxc#19274.
* A pointer-type may be used as the type of a volatile field. Fixes bxc#23770
* Correctly identify constant switch section when value match is not section start. Fixes bxc#23475
* Check for true/false user operators on unwrapped nullable type. Fixes bxc#23199
* More tweaks to conditional tokenizer. Fixes bxc#23319
* Populate inherited constraints member cache from types not only base types. Fixes bxc#23017
+ Uri now implements the .NET 4.5 behavior, it can be reverted to the old behavior in the same way by setting the System.Uri::s_IriParsing static field to false.
+ Remove unnecessary locking from core metadata parsing functions.
+ Avoid cache thrashing of locals array when looping over enumerator.
+ Fix support for unaligned offsets in the store_membase_imm opcodes. bxc#23267.
+ Fix the lookup of nested types which have a namespace. bxc#21653.
+ Increase some opcode sizes. bxc#23026.
+ Always pass the imt arg to interface calls in gsharedvt methods. bxc#22624.
+ Store the epilog length in MonoArchEHJitInfo instead of encoding it in jinfo->unwind_desc, since the latter can overflow for methods with large epilogs. bxc#22685.
+ Add a mono_thread_detach_if_exiting () public api function which can be called by embedding code to detach the runtime if the code is running from a pthread dtor. bxc#21164.
+ Fix yet another native types problem. bxc#22053.
+ Fix the leaking of mach ports introduced by 98bbf8512aec0fa01b4426583280f6d231d22187. bxc#22068.
+ Add support for constrained calls with vtype return types in gsharedvt code. bxc#22109.
+ Fix the PLATFORM_GNU check so it works with gnueabi etc. as well. bxc#21520.
+ Don’t make runtime invoke signatures generic. bxc#21973.
+ Allow v8..v15 in unwind info on arm64. Fixes part of #21615.
+ Fix Process.PrivateMemorySize64 etc. on ios. bxc#21882.
+ Fix enum->int casts in gsharedvt code. bxc#21893.
+ Don’t assert when loading a generic methodspec with 0 arity. bxc#19097.
+ Avoid asserting when a cattr cannot be loaded. bxc#21653.
+ Avoid making generic calls from gsharedvt methods normally, go through the rgctx infrastructure instead. bxc#21677.
+ Fix Uri UserInfo parsing. Fixes 23246.
+ Update RequestMessage.RequestUri.AbsoluteUri after redirect. bxc#22383.
+ Fixes XContainer attempt to create a XNode from a null value. bxc#20151.
+ Changed XObject OnChanged and OnChanging to use Owner. When XObject.Owner is not a XElement XObject.Parent returns null and the owner would not be notified of changing and changed events. bxc#18772.
+ Process XslLiteralElements with only child attributes as empty ones. bxc#14751.
+ Fixed serialization of XmlNode field with attribute XmlAnyElement. bxc#3211.
+ Handle String::Format with escaped closing }. bxc#22114
+ Add a missing check to TypeBuilder.CreateType (). bxc#22059.
+ Xml Serialization of Base class w/o a parameterless constructor. Removed validation code that did not allowed serialization of base classes without a parameterless constructor. bxc#6913.
+ Fixed XmlSerializer to handle attribute XmlSchemePrivider.IsAny. XmlSerializer no longer outputs a root element with class name when the class has the attribute + XmlSchemeProvider and IsAny is true. bxc#11916
+ Test that DeflateStream.Read does read an empty stream. Covers #19313.
+ Reseting all private key values to null is required because a new import may not overwrite existing values. bxc#18482.
+ Handle quoted filename value. bxc#21960.
+ Dispose XmlReader using correct value. bxc#21771.
+ Don’t use `1 naming for compiler generated second level and deeper nested types. bxc#22893.
+ Extend missing type check to type lookups. bxc#20933.
+ Fix copy and paste error in constraints checker. bxc#22131.
+ Speed up nullable tokenizer. bxc#20195.
+ Coalescing operator if the lhs of a null is a integer type that is larger than the integer type on the rhs. bxc#22054.
+ Check for duplicate destructors. bxc#21983.
+ Switch statement with constant block at first label. bxc#21805.
+ Decimal constants modulo folding. bxc#21743.
+ Update codegen for boolean loads. bxc#21685.
+ Workaround for issues with CreateItem task where metadata are not generated due to up-to-data inputs. bxc#23022.
+ Add KeepDuplicates etc. to 4.0 as internal. bxc#20961.
Sat Sep 6 15:12:18 UTC 2014 - mailaender@opensuse.org
- Removed upstreamed ppc.patch
- Updated to 3.8.0
+ The JIT now better handle long remainers by powers of two, generating significantly better code.
+ Over 10x faster code is generated for delegates that only invoked once. C# features such as async and LINQ produces a lot of those delegates, so this improvement will impact everyone.
+ Improved alias analysis can now handle second order aliases and eliminate null checks.
+ The runtime now has a concurrently readable hashtable that can makes reflection heavy workloads significantly faster and more scalable.
+ Optimized one of the core data structures of the garbage collector should result in 5 to 10% reduction in collection times.
+ Fix the leaking of mach ports introduced by 98bbf8512aec0fa01b4426583280f6d231d22187. bxc#22068
+ Fix Process.PrivateMemorySize64 etc. on ios. bxc#21882
+ Fix enum->int casts in gsharedvt code. bxc#21893
+ Avoid making generic calls from gsharedvt methods normally, go through the rgctx infrastructure instead. bxc#21677
+ Fix another native-types problem. Hopefully fixes #21670 and #21636
+ Use alias information to eliminate explicit null checks. bxc#21645
+ Initialize fields in MonoField:GetFieldOffset () if needed. Fixes part of #21604
+ Properly handle rethrow outside of catch blocks. bxc#20412
+ Disable runtime unit tests on linux, because it cannot be linked due to circular dependencies between libraries. bxc#21520
+ When parsing a method header, ensure we pass any available generic context. bxc#21388
+ Added new mono_domain_set_config function; used to fix ConfigurationErrorsException in bxc#10468
+ Only apply the maverick stack size hack to the main thread. bxc#10096
+ Don’t hardcode the temp dir to /tmp, use g_get_tmp_dir instead. bxc#20894
+ Explicit thread GC data around instead of relying on TLS storage. bxc#20360
+ Make WaitForPendingFinalizers () really wait for the finalizers added by a previous GC. bxc#20503
+ Fix the marshal7.cs test, longs can be aligned to 4 bytes on 32 bit linux, and the runtime no longer aligns structure sizes to 8 bytes. bxc#20788
+ Fix the popping of LMF frames during unwinding. bxc#20616
+ Fix the marshalling of ByValTStr types which have a size specified. bxc#20674
+ Fix the decoding of MonoJitInfo. bxc#16439
+ Make it possible to create views to magic zero size files such as /dev/zero. bxc#19460
+ Free static bound delegate wrappers of dynamic methods. bxc#19058
+ Don’t perform double accounting of offset for named memory segments. bxc#20591
+ Avoid joining attached threads. bxc#19343
+ Fix support for custom marshallers defined in other assemblies. bxc#20020
+ Fix a jit assertion on a class which contains an empty struct as a static field. bxc#20349
+ Applied patch from Kyle Edwards kyleedwardsny@gmail.com. Fix isinf () check with clang. bxc#20244
+ Fix constrained type unwrap for enum types. bxc#18371
+ Handle quoted filename value. bxc#21960
+ Correctly handle partial chunk sizes. bxc#20583
+ Tweak Dictionary initial capacity to be more conservative. bxc#21375
+ Handle closed-over-null delegates created with IL when using InvokeDynamic. bxc#21196
+ Fix a race in a Task test. bxc#20921
+ Contract the values array when decoding an array with a negative number and a trailer that evals to zero. bxc#20456
+ Fixes issue with expression columns and IsNull. bxc#20925
+ Array qsort without head allocation. bxc#20922
+ Enum::TryParse ignores leading whitespaces. bxc#20870
+ Fix disposing of DelegatingHandler. bxc#20818
+ Fix digest authentication (bug #18799)
+ Only recycle ServicePoints from the idle timer (fixes #19823)
+ Changed ConcurrentDictionary.Contains(KeyValuePair<TKey, TValue>) to also compare value. bxc#16990
+ Removed NET_2_1 conditional blocks from FileInfo. bxc#19862
+ Update codegen for boolean loads. bxc#21685
+ Effective base class can include inherited types. bxc#21390
+ Handle duplicate resume point registration. bxc#21387
+ Arguments can be empty when reporting missing params argument. bxc#21215
+ Flow analysis of moved arguments. bxc#20983
+ Run new initializer await checks only in async context. bxc#20614[system.data] Parse numeric expressions using invariant culture. bxc#20582
+ Reachability analysis should ignore local variables declarations. bxc#20603
+ Check for missing dependencies of container types. bxc#20382
+ Resolve event expression when testing left side expression. bxc#20493
+ Flow analysis of binary expressions not using logical operators. bxc#20515
+ Add 4.5.1 framework to MSBuild. bxc#20827
+ Parsing conditions with property references. bxc#20634
+ Implements property functions using constructor syntax. bxc#12999
+ Avoid clearning event requests if they reference an assembly which is unloaded. Instead, remove the assembly reference from the event request so it stays active. bxc#9924.
Sat Aug 16 08:02:29 UTC 2014 - mailaender@opensuse.org
- Rebased patches and submitted to upstream
- Removed ARM compatibility hacks https://github.com/mono/mono/pull/1211
+ mono-arm-cpuinfo-v5.patch
+ mono-arm-cpuinfo-v7.patch
+ mono-arm-vfp.patch
- Update to 3.6.0
+ Runtime performance counters have been integrated into the profiler allowing the performance counter information to be surfaced to profiling tools and in particular Xamarin’s upcoming profiler.
+ The profiler now produces backtraces for statistical mode. The profiler’s tracing mode now works on ARM.
+ The debugger now support line and column ranges. pdb2mdb supports it. Note: the rest of our toolchain still needs to be updated.
+ The debugger now supports changing the current line in the top frame.
+ Lots of bugfixes and performance improvements on the profiler.
+ The debugger now support reading simple properties without calling their getter, this is done by having a lightweight IL interpreter for small pieces of code. This allows more properties to be inspected while the process is completely stopped and without having to temporarily resume execution of the target to execute the property code.
+ Added buffered response mode to improve network efficiency on high latency links such as USB.
+ The GC bridge got a lot of performance work. There are now two new modes that can significantly improve some workloads.
+ Multiple http stack improvements: some leaks in the stack have been fixed, as well as solving some long-standing bugs involving asynchronous operations and proxies. We have introduced a more comprehensive test harness to ensure that those bugs do not surface again.
+ System.IO.Compression is now implemented
+ System.Security.Claims is now implemented. It resides in the System assembly (existed before in the Identity stack, but now we track the new home from the .NET 4.5 API).
+ Reworked locking to drop a hot lock in method lookup.
+ Use fine grained locking instead of a big hot lock.
+ Better hashing of some runtime internal items to avoid some corner-case slowdowns with generics.
+ The profiler is now able to produces backtraces in statistical mode.
+ Added periodical flushing that should help interactive users. This means that the profiling will send data over the profiling even if the application is not currently sending data (this is there to support the upcoming new profiler UI).
+ It now collects and reports performance counter information. See mprof-report’s man page.
+ Fixed the handling of the volatile. CIL prefix.
+ We now distribute IKVM’s ikdasm tool. This is a reliable disassembler that does not have the limitation of monodis of requiring a complete set of assemblies that are compatible to disassemble. This will disassemble even files that do not have their dependencies available.
+ Optimized EqualityComparer for more types.
+ Our msbuild implementation can now build Project K and Roslyn
+ Optimized EqualityComparer for more types.
+ [mcs] Flow analysis of nested binary expressions inside anonymous methods was missing on left/right reset.
+ [mcs] Fix betterness logic for default vs params parameters.
+ [mcs] Flow analysis of binary expressions not using logical operators.
+ [mcs] Emit unmanaged version info from AssemblyFileVersion.
+ [mcs] Fix expression tree conversion type for lifted enum equality comparisons.
+ [mcs] Report error when named argument for param parameter is given but not all formal parameters are provided.
+ [mcs] Unify reachable label lookup.
+ [mcs] Don’t release field address copy before it’s used.
+ [mcs] Fix error reporting propagation for loop statements.
+ [mcs] Emit better code for null coalescing operator with nullable return type.
+ [mcs] Add explicit array conversion involving type parameters.
+ Add System.ServiceModel.Security assembly.
+ [sdb] Avoid clearing event requests if they reference an assembly which is unloaded. Instead, remove the assembly reference from the event request so it stays active.
+ Rename configure.in -> configure.ac.
+ [System] Fix parsing of IPv6 addresses.
+ [Http] Cleanup chained async operations.
+ [corlib] Add Guid hex format parsing with whitespaces.
+ [System.Net.Http] Parsing productinfo like headers with missing version.
+ [System] Throw IOE in more cases when dealing with an invalid Process object.
+ [bcl] Fix Process.PrivateMemorySize64 on osx, we now return task_baic_info.resident_size.
+ Clean up the usage of FILETIME structures, avoid accessing them as gint64 since that would lead to alignment problems.
+ [sdb] Avoid stack overflows when a boxed vtype recursively references itself using fields.
+ [profiler] Filter more event types in mprof-report based on time.
+ [profiler] In mprof-report fix handling of the time filter when starting from 0.
+ [http] Convert string output data using BOM header when available.
+ [system.net.http] Fix encoding of Content-MD5. Based on patch by nberardi.
+ [sdb] Avoid placing implicit sequence points at offsets where the IL stack is empty when using symbol file based sequence points.
+ [eglib] Remove test-glib code, we don’t have to maintain compatibility with glib any more.
+ [corlib] Rethrow user not initialization exception when lazy initialization throws.
+ [mcs] Don’t report interface implementation errors for optional implementations.
+ [mcs] Include more unicode categories in parsing identifier part character.
+ [mcs] Emit null constant value for default parameters of generic types to indicate not missing value.
+ [mcs] Do type parameter conversion involving type parameters using dependency rules.
+ [mcs] Emit all method like members in same order as they appear in source code.
+ [mcs] Convert extended underlying enum constants to their underlying type.
+ [mcs] Don’t apply reference type is optimization for dynamic expressions.
+ [mcs] Inflate anonymymous method with correct type arguments when async this requires hoisting in parent type.
+ [mcs] Fix using type relationship check for type parameters.
+ [mcs] Caching of type argument types should not happen under error conditions.
+ [linq] Use hashtable lookup instead of linear scan for groupby keys.
+ [mcs] Private member can still have base members when in nested types.
+ [mcs] Make unused event warning reporting consistent to csc.
+ [mcs] Add parent storey reference only when this is not captured directly.
+ [mcs] Fix recursive resolving of crefs.
+ [mcs] Adding unit test for #18511
+ [mcs] Emit field initializer with expression tree in all user constructors.
+ [dlr] Emit correct code for convert of nullable types.
+ [runtime] Fix decoding of jagged arrays in custom attributes.
+ [runtime] Avoid calling mono_thread_current () in sgen_thread_detach (), since it can construct objects.
+ [runtime] Avoid passing commands to lldb using the python api, it doesn’t seem to work well in script files.
+ mdbrebase: use File.Move instead of FileInfo.MoveTo.
+ Add unit test for BNC#497562
+ System.Runtime.MemoryCache.GetValues() throws LockRecursionException with expired items - GetValues() calls MemoryCacheContainer.GetEntry() which now gets an EnterUpgradeableReadLock needed by ExpireIfNeeded() - Added a test case.
+ [Sys.Data] Fix BNC#519648
+ [Sys.Data] Add unit tests for BNC#519648
+ [System.XML] Fix handling of space in XSL value-of elements.
Sat Feb 22 08:51:00 UTC 2014 - mailaender@opensuse.org
- Update to 3.2.8
+ On armhf, VFP scratch registers are now properly preserved across method calls.
+ A potential codegen bug on armhf for methods with lots of arguments has been fixed.
+ We now emit shorter floating point load/store sequences on armhf when possible.
+ Bugs surrounding alignment and mono_gc_bzero () / mono_gc_memmove () have been fixed.
+ A typo in the BigInteger.Cosh () implementation has been fixed.
+ Tuple<...> classes now implement ITuple and have a correct ITuple.ToString () implementation.
+ Bug #17589 has been fixed.
+ Bug #17558 has been fixed.
+ A stack alignment change that broke debugging on Android/x86 has been reverted (#17410).
+ Bug #17201 has been fixed.
+ The AOT compiler now adds types for method headers for gshared methods.
+ Bug #17632 has been fixed.
+ The DISABLE_JIT build has been fixed.
+ Bug #4510 has been fixed.
+ A potential crash in mono_method_desc_full_match () has been fixed.
+ Various build system fixes so that make dist works again.
- Changes from 3.2.7
+ [jit] Fix the handling of OP_ISUB_IMM in abcrem.
+ [jit] Improve ABCREM on 64-bits architectures
+ [jit] Implement the delegate ctor optimization in AOT mode too.
+ [jit] Some work towards a win64 port.
+ [jit] Use vectorized exception handling on windows.
+ [jit] Initial support for the hardfp ABI on ARM.
+ [jit] Add beginnings of a mach image writer for use with xdebug.
+ [jit] Implement proper TLS offset translation on mach based kernels.
+ [jit] Add a simple loop invariant loop motion pass for use with LLVM, which moves loop invariant instructions out of loop headers into the preceeding bblock.
+ [jit] Avoid linking the try block with the EH block as this produces spurious BBs during inlining.
+ [jit] The AggressiveInlining hint now triggers class initialization so more stuff gets force-inlined.
+ [jit] Add an alias analysis pass to the JIT.
+ [jit] ARM can dynamically switch between modes.
+ [jit] Atomics and hardware fences revamped and improved.
+ [jit] Add 64bits atomics on 32bits systems , this makes PLINQ significantly faster on multicore systems.
+ [llvm] Implement support for OP_TLS_GET_REG on osx/amd64.
+ [llvm] Update list of optimizations passed to 'opt'.
+ [runtime] Scalability work: reduce usage of the loader lock
+ [runtime] Removed the old debugger from the runtime.
+ [runtime] socket-io: make it possible to specify an interface index as a MulticastInterface SocketOption on linux.
+ [runtime] Don't expand variant generic interfaces on arrays.
+ [runtime] Implemented g_win32_getlocale function to return correct locale.
+ [runtime] Revamped hardware caps detection.
+ [runtime] Add LLDB support to mono_gdb_render_native_backtraces () on POSIX.
+ [runtime] Promote the reference queue API to the public.
+ [runtime] Provide more public API to inspect MonoTypes, MonoClasses and MonoMethodSignatures.
+ [runtime] Improving the retrieval of the user's locale on Apple systems.
+ [runtime] Async stack walking with AOT
+ [sdb] Allow users to specify a suspension policy when enabling an event
+ [sdb] Add async variants to the InvokeMethod methods.
+ [sdb] Support a setpgid=y/n option to --debugger-agent.
+ [sdb] Emit better debugger attribute for stepping over state machine initialization
+ [sgen] Reverse the free-list after sweeping to be in address-order.
+ [sgen] Only enqueue LOS objects if they contain references.
+ [sgen] Use gcc bitcount intrinsics where appropriate.
+ [corlib] Implementation of System.Reflection.ParameterInfo.HasDefaultValue
+ [jit] Save/restore all-callee saved registers in methods using some atomic opcodes on x86, since the opcode implementations use these registers, and the push/pop code used by these opcodes is not async safe, since the unwind code doesn't know about it. Fixes part of #16808.
+ [aot] Add runtime wrappers for methods of generic classes and generic methods. bxc#16747.
+ [gsharedvt] Add a wrapper to the mono_gsharedvt_constrained_call () icall, since it calls mono_runtime_invoke () which can throw exceptions. bxc#16439.
+ [linker] Do not import something that is not marked when sweeping type references (otherwise we might re-intoduce dependencies we're not including or need) + [#16213]
+ Fix condition (for MOBILE) that excluded System.Xml.Schema/Extensions.cs. Removed the condition since every profile we now support includes this + [#15552]
+ [runtime] Fix a bug in the local register allocator when an fp vreg wasn't clobbered by a call if its href happened to be equal to the hreg of the call instruction. bxc#12510.
+ Fix Bug 4811, xbuild should find xml documentation
+ [jit] Make ABCREM really remove bounds checks, not just when running with -v -v -v -v.
+ [llvm] Use i64*/i32* as the LLVM type of objrefs instead of i64/i32, the basicaa LLVM pass cannot see through the inttoptr casts we were emitting before loads.
+ [llvm] Make some types more precise to decrease the number of int<->ptr conversions generated.
Tue Aug 26 09:33:09 MDT 2008 - ajorgensen@novell.com
- Update to 2.0 (preview 2)
* Runtime: Performance
* The performance of operations on decimals has significally improved.
* The performance of locking (Monitor.Enter/Monitor.Exit) is significally improved.
* The memory usage of the runtime is reduced, especially when using generics.
* Many race conditions and threading problems were fixed, improving reliability.
* Math.Min/Math.Max and some forms of Interlocked.CompareExhange (CAS) are now implemented using fast inline code on x86/amd64.
* There is now a MONO_DEBUG=dont-free-domains option that improves the performance of ASP.NET-based applications.
* Runtime: Features
* Some progress has been made on the Winx64 port [Bill Holmes, Jonathan Chambers]
* The runtime is now built using the dolt libtool replacement (http://dolt.freedesktop.org/) this speeds up runtime compilations by about 30%.
* The runtime build process is now less verbose on some platforms, similar to the way the linux kernel is built. To turn it off, use the --enable-quiet-build=no argument to configure, or pass the V=1 argument to make.
* There is now a --debug=casts command line option to the runtime which turns on the reporting of better InvalidCastException message details.
* The mono_method_get_unmanaged_thunk () function has been implemented for developers embedding Mono which simplifies calling managed methods from unmanaged code.
* C# Compiler
* The compiler now support expression trees (turning expressions into an AST at compile time when the type of a parameter is a System.Query.Expression). This completes the C# 3.0 support.
* Over 60 reported bugs in the compiler were fixed and many of the internals have been cleaned up. Extensive refactoring and hardening of the C# 2.0 and 3.0 support are now better integrated.
* A major rewrite of the anonymous method/lambda support in the internals of the compiler now optimizes the resulting code, and fixes several bugs in this area.
* The compiler is now dual licensed under the MIT X11 and the GNU GPL version 2 (only).
* The compiler now supports #pragma checksum for use with ASP.NET debugging and #line hidden, as well as flagging more compiler-generated code properly (to avoid the debugger single-stepping into those bits).
* LINQ
* LINQ and LINQ to XML are now complete, support for expression trees is now available as well as the backend to support expression tree compilation.
* LINQ to Dataset has also been implemented.
* Performance Counters Implementation
* Mono now has a performance counters implementation that can be used to monitor various statistics of Mono processes. To access this API you use the System.Diagnostics.PerformanceCounter classes.
* Big Arrays
* Mono now supports 64-bit indexed arrays on 64-bit systems. Although this is permitted by the ECMA standard, this today is a unique feature of Mono as .NET on Windows does not support 64-bit array indexes. This code was developed by Luis Ortiz at Interactive Supercomputing and integrated by Rodrigo Kumpera.
* This feature is useful for developers that needs to manipulate very large data sets with C# arrays.
* To use this feature, you must configure Mono with --enable-big-arrays.
-Fixes the following bugs: 77524 77581 75479 77637 77613 77446 77433 77398 77397 77315 75436 75479 77521 77536 77572 77468 77371 77273 77309 74932 77442.... too many to list here.