> 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
