Hello,

> Any suggestions as to what these other things could be ?

Here are some:

        * Implement generic code sharing (this is when the compiler
          detects that the generated code for two different
          instantiations of a generic method would have the same
          code).

        * Precompilation (AOT) support for new platforms.

        * Win64 port.

        * Complete the Mono verifier (we have tests that are failing
          in the verifier directory).

        * Add XPCOM or UNO support to Mono in addition to the current
          Mainsoft COM support (coordinate with Jonathan Chambers).

There are other tasks here:

        http://www.mono-project.com/Todo

And here:

        http://www.mono-project.com/StudentProjects

Miguel.

> Thanks,
> -Aram
> 
> On Mar 5, 2007, at 5:05 PM, Miguel de Icaza wrote:
> 
> >
> >> I am trying to modify Mono to have the interpreter and JIT compiler
> >> run at the same time. The idea is to have some parts interpreted
> >> while others compiled. Does mono already do this ? Are there
> >> mechanisms in place for this ?
> >
> > It does not do it.
> >
> > There is no mechanism to do it.
> >
> > This seems like a lot of work, there might be better things to do that
> > would give you better bang for your buck though.
> >
> > Miguel.
> 
> _______________________________________________
> Mono-list maillist  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to