Re: [Mono-dev] Platform independence of mono assemblies

2011-05-20 Thread Miguel de Icaza
Hello,

In Fedora, the assemblies are treated as architecture-dependent and so
 they (including the GAC) are put into %{_libdir} which is /usr/lib64 on
 x86_64 systems.

 However, it seems to be the standard for mono to place the assemblies
 under %{_prefix}/lib/, regardless of the architecture.


When we end up having architecture dependent code, we will do that ourselves
in our upstream packages.

So you really should just take Mono's default configuration.   When the time
comes that we need to add arch-specific assemblies, that support will just
be added upstream.

You could save yourself and your users a lot of work that way.

Miguel
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] JIT register binding

2011-05-20 Thread Miguel de Icaza
Hello Konrad,

 Problem is very common for all programs that do a lot of computations.
 Agree, this may be minority
  of software runned on Mono, but still.


Could you try the same code, but using LLVM as the code generation engine?

But I do agree that it would be nice to fix it in the regular case.

Miguel
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list