Shishir
Thu Jan 22 03:37:08 CST 2004
Thanks Daniel,
I got the stuffs at following address
http://www.developer.com/net/cplus/article.php/1366921
regards..
Shishir Kumar Mishra
Agni Software (P) Ltd.
www.agnisoft.com
"Daniel O'Connell" <onyxkirx@--NOSPAM--comcast.net> wrote in message
news:ehexSDL4DHA.1816@TK2MSFTNGP12.phx.gbl...
> A JIT compiler, in general, compiles code as its used, instead of
compiling
> it before use or interpreting source. Hence the term Just In Time.
> In the .NET and java compilers, atleast(although I don't know for sure if
> the term requires this or not), JITing is the compilation of a bytecode
> language into native code as the code is needed(at method granularity
> usually). I suppose the term could be expanded to source code to machine
> code at runtime, although I don't know of any systems that use such a
> technique.
> "Shishir Kumar Mishra" <shishir@agnisoft.com> wrote in message
> news:erzCJ9K4DHA.1644@TK2MSFTNGP10.phx.gbl...
> >
> > How JIT Compilers are different from Normal compilers? I am talking
> > about JIT Compiler as general not .NET or Java JIT compiler .
> >
> > Any link or Docs?
> > :-(
> >
> > Thanks and Regards..
> >
> > Shishir Kumar Mishra
> > Agni Software (P) Ltd.
> > www.agnisoft.com
> >
> >
>
>