> -----Urspr�ngliche Nachricht-----
> Von: Sam Clegg [mailto:[EMAIL PROTECTED] 
> Gesendet: Freitag, 11. Juli 2003 15:30
> An: [EMAIL PROTECTED]
> Betreff: [Mono-list] array casts in mint
> 
> 
> The attached code works in mono but fails in mint.  Seems 
> that mint can't cast from Object[] to Array.
> 
> Is this a bug?  Is there much interest in fixing bugs in the 
> interpreter now that mini is working?

Our first priority is the JIT. But we will try to fix it if you provide us with small 
test cases and post a bug report.

> 
> I am interested in the interpreter because I am working on 
> some optimisations that are better suited (at the moment 
> anyway) to it. They involve runtime aggregation of remoting 
> calls.  In the end, what I plan to do is, from with the JIT, 
> select certain methods and run them through my optimising 
> interpreter.  It looks like switching from JIT to interp at 
> runtime is possible since they 
> share most data structures.  Has anyone else tried to do thie before?

Why cant you work with the JIT?

- Dietmar
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to