Tags: symphony2014/mono
Tags
[runtime] Fix the osx mavericks stack size calculation in sgen too.
Bump ikvm again to only pick-up my single commit. I created a new 'mono-master' branch in ivkm-fork, which is based at the previous ikvm commit, then cherry-picked my single commit. Apparently, there are API changes in IVKM which prevent it from being applied cleanly.
Put the unbox_trampolines table into the .text segment instead of .ro… …data on mt since it contains code.
Mark MonoCMethod (runtime subclass of ConstructorInfo) as serializable. Fixes mono#12611
When .NET serializes it will use the TypeForwardedFrom information when writing Assembly information but Mono does not. This means that serialized objects created on one platform are not able to be deserialized on the other, thus preventing interoperability between .NET and mono applications. Fixes the ObservableCollection part of bugzilla 11294.
PreviousNext