[Mono-dev] Optimization

2012-10-03 Thread Greg Young
Related to another post. Best way to optimize mono on a server product. Tcp/heavy io... -- Le doute n'est pas une condition agréable, mais la certitude est absurde. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.co

Re: [Mono-dev] minimal mono embedding profile - hpc twist

2012-10-03 Thread Rodrigo Kumpera
On Wed, Oct 3, 2012 at 3:41 PM, Jonathan Shore wrote: > > On Oct 3, 2012, at 2:57 PM, Rodrigo Kumpera wrote: > > > > On Wed, Oct 3, 2012 at 1:59 PM, sebastian < > sebast...@palladiumconsulting.com> wrote: > >> >> > Finally, we may want to tweak the parameters sent to the LLVM compiler to >> optimi

Re: [Mono-dev] minimal mono embedding profile - hpc twist

2012-10-03 Thread Jonathan Shore
On Oct 3, 2012, at 2:57 PM, Rodrigo Kumpera wrote: > > > On Wed, Oct 3, 2012 at 1:59 PM, sebastian > wrote: > > > Finally, we may want to tweak the parameters sent to the LLVM compiler to > optimize for runtime speed, even at the cost of very slow compilation. > > Tweaking llvm parameters

Re: [Mono-dev] What to do with bugs in Novell's Bugzilla?

2012-10-03 Thread Rodrigo Kumpera
Yes, report and link it on Xamarin's bugzilla. On Wed, Oct 3, 2012 at 2:04 PM, Santiago M. Mola < santiago.m...@bitsnbrains.net> wrote: > Hi all, > > I've faced repeatedly the problem of bugs being reported to Novell's > Bugzilla with no counterpart to Xamarin's. If I understand the > documentati

Re: [Mono-dev] minimal mono embedding profile - hpc twist

2012-10-03 Thread Rodrigo Kumpera
On Wed, Oct 3, 2012 at 1:59 PM, sebastian wrote: > We are investigating running mono to enable C# as a computing language in > an HPC framework. There are many strategies for getting maximum speed out > of a program, and one of them involves running a single process per CPU > core and pinning it

[Mono-dev] What to do with bugs in Novell's Bugzilla?

2012-10-03 Thread Santiago M. Mola
Hi all, I've faced repeatedly the problem of bugs being reported to Novell's Bugzilla with no counterpart to Xamarin's. If I understand the documentation, Xamarin's is the currently official Bugzilla for the Mono project and Novell's is abandoned. A couple of examples of bugs that are still prese

[Mono-dev] minimal mono embedding profile - hpc twist

2012-10-03 Thread sebastian
We are investigating running mono to enable C# as a computing language in an HPC framework. There are many strategies for getting maximum speed out of a program, and one of them involves running a single process per CPU core and pinning it there. (There are reasons this is good and bad -- I don't w