Re: [Mono-dev] Stack overflow in Array.Sort for large arrays

2012-08-04 Thread Martin Potter
Forgot to cc the list, sorry for the duplicate Marek. Marek, When running Mono from the command line, it appears that the stack limit is not reached as quickly as when running embedded or on a ThreadPool thread like we do in our application. Running from the command line, it takes a much larger

[Mono-dev] Qyoto - C# binding for Qt

2012-08-04 Thread Dimitar Dobrev
Hi all, I'd like to make an announcement. After a certain period of not being maintained, Qyoto, the C# binding for Qt, is alive and well again. It's been regularly tested and has had many bugs fixed for the past 8 months in which I've been porting quite a large C# project - http://warehouseopen.

[Mono-dev] Unmanaged vs LOH

2012-08-04 Thread Greg Young
We have some data we will be caching. It is fixed size. I was wondering which will be better. Storing in in unmanaged memory or dropping things in the LOH and letting the GC deal with them? On the MS CLR LOH seems to be the better option. Thoughts? Greg -- Le doute n'est pas une condition agré

Re: [Mono-dev] Bug fix for mcs (typo in error message)

2012-08-04 Thread Steven Boswell II
Thank you! FYI, for future reference...my account on GitHub is "ulatekh", so when my patches are committed, you can list me as the author and yourself as the committer.  My contributions to open-source projects are a résumé item for me :-) Steven Boswell Fro

Re: [Mono-dev] Bug fix for mcs (typo in error message)

2012-08-04 Thread Marek Safar
Hi, There's an error message that says "in not public" when it meant to say "is > not public". > The enclosed patch takes care of it. > Patch applied. Thanks Marek ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.co

Re: [Mono-dev] Interface hierarchy slows down mono

2012-08-04 Thread Rodrigo Kumpera
Yes, please file a bug report on this. On Fri, Aug 3, 2012 at 2:16 PM, Stack Pointer wrote: > I've discovered that if there is deep hierarchy of interfaces, say like 20 > or so deep, then mono shows a good ~10s launch latency. > > The problem is that, for each hierarchy level, mono keeps all th

Re: [Mono-dev] llvm & jit

2012-08-04 Thread Rodrigo Kumpera
On Fri, Aug 3, 2012 at 2:12 PM, Stack Pointer wrote: > I want to understand the details of how llvm is used as the backend in > mono. I've been going through the code in mono/mono/mini and here's what I > understand: > > 1. I need mono's llvm branch from github.com/mono/llvm/mono for this to > wo

Re: [Mono-dev] Stack overflow in Array.Sort for large arrays

2012-08-04 Thread Marek Safar
Hi, I cannot reproduce the issue. Could you fill a bug report with test case how to reproduce it. Thanks Marek On Thu, Aug 2, 2012 at 7:21 PM, Martin Potter wrote: > I am currently working on testing Mono to 2.11 with the hope to ease the > transition to 2.12 when it is release. When testing, I