> So, I guess my question is, is there any tangible benefit to JIT > compiling vs AOT compiling?
The only one i can think of is "on the fly profiling to make applications run faster".. but then again, an AOTed application would probably be faster to begin with... There are some situations with code generation on the fly and generating types on the fly which are a lot easier to do with JIT than with AOT as well.. The only way to do that with AOT, afaik, is to AOT the new types and code into another appdomain ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ SharpOS-Developers mailing list SharpOS-Developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sharpos-developers