F
Flip
I just read on this site
(http://www.developer.com/net/csharp/article.php/10918_925741_3) that once
the C# compiler has compiled a portion of code, the native windows
executable piece is saved and that piece doesn't have to be compile ever
again. Is that true? I know in Java, code runs through the JIT, but it's
once per execution, if you stop and then restart the app, it's recompiled
again. But this leads me to believe that the more I run the app, the faster
it will get, is that true?
(http://www.developer.com/net/csharp/article.php/10918_925741_3) that once
the C# compiler has compiled a portion of code, the native windows
executable piece is saved and that piece doesn't have to be compile ever
again. Is that true? I know in Java, code runs through the JIT, but it's
once per execution, if you stop and then restart the app, it's recompiled
again. But this leads me to believe that the more I run the app, the faster
it will get, is that true?