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

2012-10-04 Thread sebastian
Is it possible to use the LLVM garbage collector in the long run, or does it work at an unsuitable level for mono? On Wed, Oct 3, 2012 at 10:45 PM, Zoltan Varga var...@gmail.com wrote: Hi, A more general question to the Mono team, does the mono-llvm fork pull in new functionality from the

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

2012-10-04 Thread Rodrigo Kumpera
LLVM's GC from vmkit? It's unsuitable for our needs, not only to mention that it's a pretty dead project. On Thu, Oct 4, 2012 at 7:45 AM, sebastian sebast...@palladiumconsulting.com wrote: Is it possible to use the LLVM garbage collector in the long run, or does it work at an unsuitable level

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

2012-10-04 Thread sebastian
I suppose I should have said a garbage collector built from the LLVM garbage collection primitives, i.e. http://llvm.org/docs/GarbageCollection.html. Or perhaps SGen is already built this way? On Thu, Oct 4, 2012 at 7:37 AM, Rodrigo Kumpera kump...@gmail.com wrote: LLVM's GC from vmkit? It's

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

2012-10-04 Thread Rodrigo Kumpera
Same thing. It's not a very well developed or maintained aspect of LLVM. On Thu, Oct 4, 2012 at 8:49 AM, sebastian sebast...@palladiumconsulting.com wrote: I suppose I should have said a garbage collector built from the LLVM garbage collection primitives, i.e.

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

2012-10-04 Thread Miguel de Icaza
A more general question to the Mono team, does the mono-llvm fork pull in new functionality from the LLVM project from time to time? Should we expect to be able to take advantage of the new optimisations (for example the deeper vectorization work in progress) when they become available? We

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

2012-10-04 Thread Zoltan Varga
Hi, A more general question to the Mono team, does the mono-llvm fork pull in new functionality from the LLVM project from time to time? Should we expect to be able to take advantage of the new optimisations (for example the deeper vectorization work in progress) when they become available?

Re: [Mono-dev] Oracle Managed Client

2012-10-04 Thread Bojan Rajkovic
Hi Ventsislav, Try running it with mono --trace=E:all to see what the actual exception is. —Bojan On Oct 1, 2012, at 9:31 AM, Ventsislav Mladenov ventsislav.mlade...@gmail.com wrote: Hi, Yesterday the oracle has released beta version of ODP.NET which they claim that is fully managed. I

Re: [Mono-dev] To say hello and ask some questions about Mono...

2012-10-04 Thread Miguel de Icaza
What is Mono status today? Is it posible to let Microsoft to help in developing Mono? Microsoft has helped Mono by open sourcing very large chunks of .NET code that run on Mono. Things like the F#, IronPython and IronRuby languages. The Dynamic Language Runtime, ASP.NET MVC up to version