• Welcome to Valhalla Legends Archive.
 

My First Bot in VB.net

Started by Antichrist, August 13, 2004, 09:58 PM

Previous topic - Next topic

MyndFyre

Quote from: OnlyMeat on August 18, 2004, 01:28 PM
.Net is anyway you look at it an interrputed language just as java is, it uses a jit at runtime to provide native support compiling the pseudo assembly code generated by the framework.

I have done this many times before, and I will do it again:

I believe you're trying to say that .NET is "interpreted."  However, you're incorrect.  It is only JITted once -- the first time a method is run -- and the JIT results (jitm?) are stored in a cache on the machine.  If you ran ngen.exe on an assembly, you'd have a completely native image.  All of the System.* assemblies are JITted to native code when they're installed into your GAC.  So no, your "interpreted" analysis of .NET is not entirely accurate.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.