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
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.
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é
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
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
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
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
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