> Hello, > > I haven't any experience with Managed C++ but I understand that the > problem is that MC++ compiled applications need some initial functions > in x86 code. I think that the best solution to this problem is an > interpreter/jit of x86 instructions. I think that in the future (far or > near), we will need that interpreter.
Once you get that working you will basically have written a new [and slow] version of vmware :). Given the subtle variations in the instruction sets of the various x86 CPUs I don't think this is going to be practical. Jason _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
